Shades of Conifer #ABCE66
Tints of Conifer #ABCE66
RGB
CMYK
RGB Variations
Color information
#ABCE66 (or 0xABCE66) is known color: Conifer. HEX triplet: AB, CE and 66. RGB value is (171,206,102). Sum of RGB (Red+Green+Blue) = 171+206+102=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE66 is #543199. Grayscale: #B8B8B8. Windows color (decimal): -5517722 or 6737579. OLE color: 6737579.
HSL color Cylindrical-coordinate representation of color #ABCE66: hue angle of 80.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABCE66 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 102 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.19 |
| HSL | 80.19º | 0.51% | 0.6% | - |
| HSV(B) | 80.19º | 0.5% | 0.81% | - |
| XYZ | 41.26 | 53.76 | 20.77 | - |
| YUV | 183.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 102 | 0.17 | 0 | 0.50 | 0.19 | 80.19 | 0.51 | 0.6 |
| Hex | AB | CE | 66 | 11 | 0 | 32 | 13 | 50 | 33 | 3C |
| Octal | 253 | 316 | 146 | 21 | 0 | 62 | 23 | 120 | 63 | 74 |
| Binary | 10101011 | 11001110 | 1100110 | 10001 | 0 | 110010 | 10011 | 1010000 | 110011 | 111100 |
Color Harmonies of #ABCE66
Complementary color
Monochromatic Colors of #ABCE66
Black with #ABCE66
Text Example
Text Example
White with #ABCE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE66; }
p { color: rgb(171,206,102); }
H1.HeaderClassName
{
color: #ABCE66;
}
.AnyTagClassName
{
color: #ABCE66;
}
</style>
background-color css
<style>
a { background-color: #ABCE66; }
a { background-color: rgb(171,206,102); }
div.DivClassName
{
background-color: #ABCE66;
}
.BgClassName
{
background-color: #ABCE66;
}
</style>
border-color css
<style>
span { border-color: #ABCE66; }
span { border-color: rgb(171,206,102); }
td.TdClassName
{
border-color: #ABCE66;
}
.TagClassName
{
border-color: #ABCE66;
}
</style>