#1CAC6B

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

Shades of Jade #1CAC6B

Tints of Jade #1CAC6B

Color information

#1CAC6B (or 0x1CAC6B) is unknown color: approx Jade. HEX triplet: 1C, AC and 6B. RGB value is (28,172,107). Sum of RGB (Red+Green+Blue) = 28+172+107=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC6B is #E35394. Grayscale: #797979. Windows color (decimal): -14898069 or 7056412. OLE color: 7056412.

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

Color convert

RGB28172107-
CMYK0.8400.380.33
HSL152.92º72%39.22%-
HSV(B)152.92º83.72%67.45%-
XYZ17.8930.8118.91-
YUV121.53119.7961.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 172 (67.58% from 255) = 56.03%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=9.12%
G=56.03%
B=34.85%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal281721070.8400.380.33152.927239.22
Hex1CAC6B5402621994827
Octal342541531240464123111047
Binary1110010101100110101110101000100110100001100110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CAC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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