Shades of Jade #1CAB68
Tints of Jade #1CAB68
RGB
CMYK
RGB Variations
Color information
#1CAB68 (or 0x1CAB68) is known color: Jade. HEX triplet: 1C, AB and 68. RGB value is (28,171,104). Sum of RGB (Red+Green+Blue) = 28+171+104=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAB68 is #E35497. Grayscale: #787878. Windows color (decimal): -14898328 or 6859548. OLE color: 6859548.
HSL color Cylindrical-coordinate representation of color #1CAB68: hue angle of 151.89º 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 #1CAB68 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 28 | 171 | 104 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.33 |
| HSL | 151.89º | 0.72% | 0.39% | - |
| HSV(B) | 151.89º | 0.84% | 0.67% | - |
| XYZ | 17.54 | 30.37 | 18.03 | - |
| YUV | 120.61 | 118.62 | 61.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 171 | 104 | 0.84 | 0 | 0.39 | 0.33 | 151.89 | 0.72 | 0.39 |
| Hex | 1C | AB | 68 | 54 | 0 | 27 | 21 | 98 | 48 | 27 |
| Octal | 34 | 253 | 150 | 124 | 0 | 47 | 41 | 230 | 110 | 47 |
| Binary | 11100 | 10101011 | 1101000 | 1010100 | 0 | 100111 | 100001 | 10011000 | 1001000 | 100111 |
Color Harmonies of #1CAB68
Complementary color
Monochromatic Colors of #1CAB68
Black with #1CAB68
Text Example
Text Example
White with #1CAB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAB68; }
p { color: rgb(28,171,104); }
H1.HeaderClassName
{
color: #1CAB68;
}
.AnyTagClassName
{
color: #1CAB68;
}
</style>
background-color css
<style>
a { background-color: #1CAB68; }
a { background-color: rgb(28,171,104); }
div.DivClassName
{
background-color: #1CAB68;
}
.BgClassName
{
background-color: #1CAB68;
}
</style>
border-color css
<style>
span { border-color: #1CAB68; }
span { border-color: rgb(28,171,104); }
td.TdClassName
{
border-color: #1CAB68;
}
.TagClassName
{
border-color: #1CAB68;
}
</style>