Shades of Conifer #ABCE5E
Tints of Conifer #ABCE5E
RGB
CMYK
RGB Variations
Color information
#ABCE5E (or 0xABCE5E) is known color: Conifer. HEX triplet: AB, CE and 5E. RGB value is (171,206,94). Sum of RGB (Red+Green+Blue) = 171+206+94=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE5E is #5431A1. Grayscale: #B7B7B7. Windows color (decimal): -5517730 or 6213291. OLE color: 6213291.
HSL color Cylindrical-coordinate representation of color #ABCE5E: hue angle of 78.75º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABCE5E is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 94 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.19 |
| HSL | 78.75º | 0.53% | 0.59% | - |
| HSV(B) | 78.75º | 0.54% | 0.81% | - |
| XYZ | 40.89 | 53.61 | 18.78 | - |
| YUV | 182.77 | 77.9 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 94 | 0.17 | 0 | 0.54 | 0.19 | 78.75 | 0.53 | 0.59 |
| Hex | AB | CE | 5E | 11 | 0 | 36 | 13 | 4F | 35 | 3B |
| Octal | 253 | 316 | 136 | 21 | 0 | 66 | 23 | 117 | 65 | 73 |
| Binary | 10101011 | 11001110 | 1011110 | 10001 | 0 | 110110 | 10011 | 1001111 | 110101 | 111011 |
Color Harmonies of #ABCE5E
Complementary color
Monochromatic Colors of #ABCE5E
Black with #ABCE5E
Text Example
Text Example
White with #ABCE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE5E; }
p { color: rgb(171,206,94); }
H1.HeaderClassName
{
color: #ABCE5E;
}
.AnyTagClassName
{
color: #ABCE5E;
}
</style>
background-color css
<style>
a { background-color: #ABCE5E; }
a { background-color: rgb(171,206,94); }
div.DivClassName
{
background-color: #ABCE5E;
}
.BgClassName
{
background-color: #ABCE5E;
}
</style>
border-color css
<style>
span { border-color: #ABCE5E; }
span { border-color: rgb(171,206,94); }
td.TdClassName
{
border-color: #ABCE5E;
}
.TagClassName
{
border-color: #ABCE5E;
}
</style>