Shades of Conifer #ABCF66
Tints of Conifer #ABCF66
RGB
CMYK
RGB Variations
Color information
#ABCF66 (or 0xABCF66) is known color: Conifer. HEX triplet: AB, CF and 66. RGB value is (171,207,102). Sum of RGB (Red+Green+Blue) = 171+207+102=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF66 is #543099. Grayscale: #B8B8B8. Windows color (decimal): -5517466 or 6737835. OLE color: 6737835.
HSL color Cylindrical-coordinate representation of color #ABCF66: hue angle of 80.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABCF66 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 102 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.19 |
| HSL | 80.57º | 0.52% | 0.61% | - |
| HSV(B) | 80.57º | 0.51% | 0.81% | - |
| XYZ | 41.51 | 54.24 | 20.85 | - |
| YUV | 184.27 | 81.57 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 102 | 0.17 | 0 | 0.51 | 0.19 | 80.57 | 0.52 | 0.61 |
| Hex | AB | CF | 66 | 11 | 0 | 33 | 13 | 51 | 34 | 3D |
| Octal | 253 | 317 | 146 | 21 | 0 | 63 | 23 | 121 | 64 | 75 |
| Binary | 10101011 | 11001111 | 1100110 | 10001 | 0 | 110011 | 10011 | 1010001 | 110100 | 111101 |
Color Harmonies of #ABCF66
Complementary color
Monochromatic Colors of #ABCF66
Black with #ABCF66
Text Example
Text Example
White with #ABCF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF66; }
p { color: rgb(171,207,102); }
H1.HeaderClassName
{
color: #ABCF66;
}
.AnyTagClassName
{
color: #ABCF66;
}
</style>
background-color css
<style>
a { background-color: #ABCF66; }
a { background-color: rgb(171,207,102); }
div.DivClassName
{
background-color: #ABCF66;
}
.BgClassName
{
background-color: #ABCF66;
}
</style>
border-color css
<style>
span { border-color: #ABCF66; }
span { border-color: rgb(171,207,102); }
td.TdClassName
{
border-color: #ABCF66;
}
.TagClassName
{
border-color: #ABCF66;
}
</style>