#1CAC66

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

Shades of Jade #1CAC66

Tints of Jade #1CAC66

Color information

#1CAC66 (or 0x1CAC66) is unknown color: approx Jade. HEX triplet: 1C, AC and 66. RGB value is (28,172,102). Sum of RGB (Red+Green+Blue) = 28+172+102=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC66 is #E35399. Grayscale: #797979. Windows color (decimal): -14898074 or 6728732. OLE color: 6728732.

HSL color Cylindrical-coordinate representation of color #1CAC66: hue angle of 150.83º 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 #1CAC66 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB28172102-
CMYK0.8400.410.33
HSL150.83º72%39.22%-
HSV(B)150.83º83.72%67.45%-
XYZ17.6330.7117.57-
YUV120.96117.2961.69-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.27%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=9.27%
G=56.95%
B=33.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281721020.8400.410.33150.837239.22
Hex1CAC665402921974827
Octal342541461240514122711047
Binary1110010101100110011010101000101001100001100101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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