Shades of Conifer #ABCD66
Tints of Conifer #ABCD66
RGB
CMYK
RGB Variations
Color information
#ABCD66 (or 0xABCD66) is known color: Conifer. HEX triplet: AB, CD and 66. RGB value is (171,205,102). Sum of RGB (Red+Green+Blue) = 171+205+102=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD66 is #543299. Grayscale: #B7B7B7. Windows color (decimal): -5517978 or 6737323. OLE color: 6737323.
HSL color Cylindrical-coordinate representation of color #ABCD66: hue angle of 79.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABCD66 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 102 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.20 |
| HSL | 79.81º | 0.51% | 0.6% | - |
| HSV(B) | 79.81º | 0.5% | 0.8% | - |
| XYZ | 41.02 | 53.28 | 20.69 | - |
| YUV | 183.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 102 | 0.17 | 0 | 0.50 | 0.20 | 79.81 | 0.51 | 0.6 |
| Hex | AB | CD | 66 | 11 | 0 | 32 | 14 | 50 | 33 | 3C |
| Octal | 253 | 315 | 146 | 21 | 0 | 62 | 24 | 120 | 63 | 74 |
| Binary | 10101011 | 11001101 | 1100110 | 10001 | 0 | 110010 | 10100 | 1010000 | 110011 | 111100 |
Color Harmonies of #ABCD66
Complementary color
Monochromatic Colors of #ABCD66
Black with #ABCD66
Text Example
Text Example
White with #ABCD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD66; }
p { color: rgb(171,205,102); }
H1.HeaderClassName
{
color: #ABCD66;
}
.AnyTagClassName
{
color: #ABCD66;
}
</style>
background-color css
<style>
a { background-color: #ABCD66; }
a { background-color: rgb(171,205,102); }
div.DivClassName
{
background-color: #ABCD66;
}
.BgClassName
{
background-color: #ABCD66;
}
</style>
border-color css
<style>
span { border-color: #ABCD66; }
span { border-color: rgb(171,205,102); }
td.TdClassName
{
border-color: #ABCD66;
}
.TagClassName
{
border-color: #ABCD66;
}
</style>