Shades of Conifer #ABDF5E
Tints of Conifer #ABDF5E
RGB
CMYK
RGB Variations
Color information
#ABDF5E (or 0xABDF5E) is known color: Conifer. HEX triplet: AB, DF and 5E. RGB value is (171,223,94). Sum of RGB (Red+Green+Blue) = 171+223+94=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 94 (37.11% from 255 or 19.26% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF5E is #5420A1. Grayscale: #C1C1C1. Windows color (decimal): -5513378 or 6217643. OLE color: 6217643.
HSL color Cylindrical-coordinate representation of color #ABDF5E: hue angle of 84.19º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABDF5E is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 94 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.13 |
| HSL | 84.19º | 0.67% | 0.62% | - |
| HSV(B) | 84.19º | 0.58% | 0.87% | - |
| XYZ | 45.2 | 62.24 | 20.22 | - |
| YUV | 192.75 | 72.27 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 94 | 0.23 | 0 | 0.58 | 0.13 | 84.19 | 0.67 | 0.62 |
| Hex | AB | DF | 5E | 17 | 0 | 3A | D | 54 | 43 | 3E |
| Octal | 253 | 337 | 136 | 27 | 0 | 72 | 15 | 124 | 103 | 76 |
| Binary | 10101011 | 11011111 | 1011110 | 10111 | 0 | 111010 | 1101 | 1010100 | 1000011 | 111110 |
Color Harmonies of #ABDF5E
Complementary color
Monochromatic Colors of #ABDF5E
Black with #ABDF5E
Text Example
Text Example
White with #ABDF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF5E; }
p { color: rgb(171,223,94); }
H1.HeaderClassName
{
color: #ABDF5E;
}
.AnyTagClassName
{
color: #ABDF5E;
}
</style>
background-color css
<style>
a { background-color: #ABDF5E; }
a { background-color: rgb(171,223,94); }
div.DivClassName
{
background-color: #ABDF5E;
}
.BgClassName
{
background-color: #ABDF5E;
}
</style>
border-color css
<style>
span { border-color: #ABDF5E; }
span { border-color: rgb(171,223,94); }
td.TdClassName
{
border-color: #ABDF5E;
}
.TagClassName
{
border-color: #ABDF5E;
}
</style>