Shades of Jade #1CAC67
Tints of Jade #1CAC67
RGB
CMYK
RGB Variations
Color information
#1CAC67 (or 0x1CAC67) is known color: Jade. HEX triplet: 1C, AC and 67. RGB value is (28,172,103). Sum of RGB (Red+Green+Blue) = 28+172+103=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC67 is #E35398. Grayscale: #797979. Windows color (decimal): -14898073 or 6794268. OLE color: 6794268.
HSL color Cylindrical-coordinate representation of color #1CAC67: hue angle of 151.25º 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 #1CAC67 is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 172 | 103 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.33 |
| HSL | 151.25º | 0.72% | 0.39% | - |
| HSV(B) | 151.25º | 0.84% | 0.67% | - |
| XYZ | 17.68 | 30.73 | 17.83 | - |
| YUV | 121.08 | 117.79 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 172 | 103 | 0.84 | 0 | 0.40 | 0.33 | 151.25 | 0.72 | 0.39 |
| Hex | 1C | AC | 67 | 54 | 0 | 28 | 21 | 97 | 48 | 27 |
| Octal | 34 | 254 | 147 | 124 | 0 | 50 | 41 | 227 | 110 | 47 |
| Binary | 11100 | 10101100 | 1100111 | 1010100 | 0 | 101000 | 100001 | 10010111 | 1001000 | 100111 |
Color Harmonies of #1CAC67
Complementary color
Monochromatic Colors of #1CAC67
Black with #1CAC67
Text Example
Text Example
White with #1CAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAC67; }
p { color: rgb(28,172,103); }
H1.HeaderClassName
{
color: #1CAC67;
}
.AnyTagClassName
{
color: #1CAC67;
}
</style>
background-color css
<style>
a { background-color: #1CAC67; }
a { background-color: rgb(28,172,103); }
div.DivClassName
{
background-color: #1CAC67;
}
.BgClassName
{
background-color: #1CAC67;
}
</style>
border-color css
<style>
span { border-color: #1CAC67; }
span { border-color: rgb(28,172,103); }
td.TdClassName
{
border-color: #1CAC67;
}
.TagClassName
{
border-color: #1CAC67;
}
</style>