Shades of Conifer #ABCF54
Tints of Conifer #ABCF54
RGB
CMYK
RGB Variations
Color information
#ABCF54 (or 0xABCF54) is known color: Conifer. HEX triplet: AB, CF and 54. RGB value is (171,207,84). Sum of RGB (Red+Green+Blue) = 171+207+84=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCF54 is #5430AB. Grayscale: #B6B6B6. Windows color (decimal): -5517484 or 5558187. OLE color: 5558187.
HSL color Cylindrical-coordinate representation of color #ABCF54: hue angle of 77.56º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABCF54 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 84 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.19 |
| HSL | 77.56º | 0.56% | 0.57% | - |
| HSV(B) | 77.56º | 0.59% | 0.81% | - |
| XYZ | 40.71 | 53.92 | 16.65 | - |
| YUV | 182.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 84 | 0.17 | 0 | 0.59 | 0.19 | 77.56 | 0.56 | 0.57 |
| Hex | AB | CF | 54 | 11 | 0 | 3B | 13 | 4E | 38 | 39 |
| Octal | 253 | 317 | 124 | 21 | 0 | 73 | 23 | 116 | 70 | 71 |
| Binary | 10101011 | 11001111 | 1010100 | 10001 | 0 | 111011 | 10011 | 1001110 | 111000 | 111001 |
Color Harmonies of #ABCF54
Complementary color
Monochromatic Colors of #ABCF54
Black with #ABCF54
Text Example
Text Example
White with #ABCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF54; }
p { color: rgb(171,207,84); }
H1.HeaderClassName
{
color: #ABCF54;
}
.AnyTagClassName
{
color: #ABCF54;
}
</style>
background-color css
<style>
a { background-color: #ABCF54; }
a { background-color: rgb(171,207,84); }
div.DivClassName
{
background-color: #ABCF54;
}
.BgClassName
{
background-color: #ABCF54;
}
</style>
border-color css
<style>
span { border-color: #ABCF54; }
span { border-color: rgb(171,207,84); }
td.TdClassName
{
border-color: #ABCF54;
}
.TagClassName
{
border-color: #ABCF54;
}
</style>