Shades of Conifer #ABCE54
Tints of Conifer #ABCE54
RGB
CMYK
RGB Variations
Color information
#ABCE54 (or 0xABCE54) is known color: Conifer. HEX triplet: AB, CE and 54. RGB value is (171,206,84). Sum of RGB (Red+Green+Blue) = 171+206+84=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE54 is #5431AB. Grayscale: #B6B6B6. Windows color (decimal): -5517740 or 5557931. OLE color: 5557931.
HSL color Cylindrical-coordinate representation of color #ABCE54: hue angle of 77.21º degrees, saturation: 0.55, 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 #ABCE54 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 84 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.19 |
| HSL | 77.21º | 0.55% | 0.57% | - |
| HSV(B) | 77.21º | 0.59% | 0.81% | - |
| XYZ | 40.47 | 53.44 | 16.57 | - |
| YUV | 181.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 84 | 0.17 | 0 | 0.59 | 0.19 | 77.21 | 0.55 | 0.57 |
| Hex | AB | CE | 54 | 11 | 0 | 3B | 13 | 4D | 37 | 39 |
| Octal | 253 | 316 | 124 | 21 | 0 | 73 | 23 | 115 | 67 | 71 |
| Binary | 10101011 | 11001110 | 1010100 | 10001 | 0 | 111011 | 10011 | 1001101 | 110111 | 111001 |
Color Harmonies of #ABCE54
Complementary color
Monochromatic Colors of #ABCE54
Black with #ABCE54
Text Example
Text Example
White with #ABCE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE54; }
p { color: rgb(171,206,84); }
H1.HeaderClassName
{
color: #ABCE54;
}
.AnyTagClassName
{
color: #ABCE54;
}
</style>
background-color css
<style>
a { background-color: #ABCE54; }
a { background-color: rgb(171,206,84); }
div.DivClassName
{
background-color: #ABCE54;
}
.BgClassName
{
background-color: #ABCE54;
}
</style>
border-color css
<style>
span { border-color: #ABCE54; }
span { border-color: rgb(171,206,84); }
td.TdClassName
{
border-color: #ABCE54;
}
.TagClassName
{
border-color: #ABCE54;
}
</style>