#1CAB66

Color #1CAB66 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #1CAB66

Tints of Jade #1CAB66

Color information

#1CAB66 (or 0x1CAB66) is unknown color: approx Jade. HEX triplet: 1C, AB and 66. RGB value is (28,171,102). Sum of RGB (Red+Green+Blue) = 28+171+102=301 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.30% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAB66 is #E35499. Grayscale: #787878. Windows color (decimal): -14898330 or 6728476. OLE color: 6728476.

HSL color Cylindrical-coordinate representation of color #1CAB66: hue angle of 151.05º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAB66 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB28171102-
CMYK0.8400.400.33
HSL151.05º71.86%39.02%-
HSV(B)151.05º83.63%67.06%-
XYZ17.4430.3317.51-
YUV120.38117.6262.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 9.30%
GREEN value IS 171 (67.19% from 255) = 56.81%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=9.30%
G=56.81%
B=33.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281711020.8400.400.33151.0571.8639.02
Hex1CAB665402821974827
Octal342531461240504122711047
Binary1110010101011110011010101000101000100001100101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CAB66; }

 p { color: rgb(28,171,102); }

 H1.HeaderClassName
 {
   color: #1CAB66;
 }
 .AnyTagClassName
 {
   color: #1CAB66;
 }
</style>
background-color css

<style>
 a { background-color: #1CAB66; }

 a { background-color: rgb(28,171,102); }

 div.DivClassName
 {
   background-color: #1CAB66;
 }
 .BgClassName
 {
   background-color: #1CAB66;
 }
</style>
border-color css

<style>
 span { border-color: #1CAB66; }

 span { border-color: rgb(28,171,102); }

 td.TdClassName
 {
   border-color: #1CAB66;
 }
 .TagClassName
 {
   border-color: #1CAB66;
 }
</style>