Shades of Jade #1CAC6B
Tints of Jade #1CAC6B
RGB
CMYK
RGB Variations
Color information
#1CAC6B (or 0x1CAC6B) is known color: 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
| RGB | 28 | 172 | 107 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.33 |
| HSL | 152.92º | 0.72% | 0.39% | - |
| HSV(B) | 152.92º | 0.84% | 0.67% | - |
| XYZ | 17.89 | 30.81 | 18.91 | - |
| YUV | 121.53 | 119.79 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 107 | 0.84 | 0 | 0.38 | 0.33 | 152.92 | 0.72 | 0.39 |
| Hex | 1C | AC | 6B | 54 | 0 | 26 | 21 | 99 | 48 | 27 |
| Octal | 34 | 254 | 153 | 124 | 0 | 46 | 41 | 231 | 110 | 47 |
| Binary | 11100 | 10101100 | 1101011 | 1010100 | 0 | 100110 | 100001 | 10011001 | 1001000 | 100111 |
Color Harmonies of #1CAC6B
Complementary color
Monochromatic Colors of #1CAC6B
Black with #1CAC6B
Text Example
Text Example
White with #1CAC6B
Text Example
Text Example
HTML Codes & Css Web 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>