Shades of Conifer #ABCF4E
Tints of Conifer #ABCF4E
RGB
CMYK
RGB Variations
Color information
#ABCF4E (or 0xABCF4E) is known color: Conifer. HEX triplet: AB, CF and 4E. RGB value is (171,207,78). Sum of RGB (Red+Green+Blue) = 171+207+78=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF4E is #5430B1. Grayscale: #B6B6B6. Windows color (decimal): -5517490 or 5164971. OLE color: 5164971.
HSL color Cylindrical-coordinate representation of color #ABCF4E: hue angle of 76.74º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ABCF4E is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 78 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.19 |
| HSL | 76.74º | 0.57% | 0.56% | - |
| HSV(B) | 76.74º | 0.62% | 0.81% | - |
| XYZ | 40.48 | 53.83 | 15.47 | - |
| YUV | 181.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 78 | 0.17 | 0 | 0.62 | 0.19 | 76.74 | 0.57 | 0.56 |
| Hex | AB | CF | 4E | 11 | 0 | 3E | 13 | 4D | 39 | 38 |
| Octal | 253 | 317 | 116 | 21 | 0 | 76 | 23 | 115 | 71 | 70 |
| Binary | 10101011 | 11001111 | 1001110 | 10001 | 0 | 111110 | 10011 | 1001101 | 111001 | 111000 |
Color Harmonies of #ABCF4E
Complementary color
Monochromatic Colors of #ABCF4E
Black with #ABCF4E
Text Example
Text Example
White with #ABCF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF4E; }
p { color: rgb(171,207,78); }
H1.HeaderClassName
{
color: #ABCF4E;
}
.AnyTagClassName
{
color: #ABCF4E;
}
</style>
background-color css
<style>
a { background-color: #ABCF4E; }
a { background-color: rgb(171,207,78); }
div.DivClassName
{
background-color: #ABCF4E;
}
.BgClassName
{
background-color: #ABCF4E;
}
</style>
border-color css
<style>
span { border-color: #ABCF4E; }
span { border-color: rgb(171,207,78); }
td.TdClassName
{
border-color: #ABCF4E;
}
.TagClassName
{
border-color: #ABCF4E;
}
</style>