Shades of Conifer #ABDF5A
Tints of Conifer #ABDF5A
RGB
CMYK
RGB Variations
Color information
#ABDF5A (or 0xABDF5A) is known color: Conifer. HEX triplet: AB, DF and 5A. RGB value is (171,223,90). Sum of RGB (Red+Green+Blue) = 171+223+90=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDF5A is #5420A5. Grayscale: #C0C0C0. Windows color (decimal): -5513382 or 5955499. OLE color: 5955499.
HSL color Cylindrical-coordinate representation of color #ABDF5A: hue angle of 83.46º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABDF5A is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 223 | 90 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.13 |
| HSL | 83.46º | 0.68% | 0.61% | - |
| HSV(B) | 83.46º | 0.6% | 0.87% | - |
| XYZ | 45.03 | 62.17 | 19.3 | - |
| YUV | 192.29 | 70.27 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 223 | 90 | 0.23 | 0 | 0.60 | 0.13 | 83.46 | 0.68 | 0.61 |
| Hex | AB | DF | 5A | 17 | 0 | 3C | D | 53 | 44 | 3D |
| Octal | 253 | 337 | 132 | 27 | 0 | 74 | 15 | 123 | 104 | 75 |
| Binary | 10101011 | 11011111 | 1011010 | 10111 | 0 | 111100 | 1101 | 1010011 | 1000100 | 111101 |
Color Harmonies of #ABDF5A
Complementary color
Monochromatic Colors of #ABDF5A
Black with #ABDF5A
Text Example
Text Example
White with #ABDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDF5A; }
p { color: rgb(171,223,90); }
H1.HeaderClassName
{
color: #ABDF5A;
}
.AnyTagClassName
{
color: #ABDF5A;
}
</style>
background-color css
<style>
a { background-color: #ABDF5A; }
a { background-color: rgb(171,223,90); }
div.DivClassName
{
background-color: #ABDF5A;
}
.BgClassName
{
background-color: #ABDF5A;
}
</style>
border-color css
<style>
span { border-color: #ABDF5A; }
span { border-color: rgb(171,223,90); }
td.TdClassName
{
border-color: #ABDF5A;
}
.TagClassName
{
border-color: #ABDF5A;
}
</style>