Shades of Conifer #ABDD5A
Tints of Conifer #ABDD5A
RGB
CMYK
RGB Variations
Color information
#ABDD5A (or 0xABDD5A) is known color: Conifer. HEX triplet: AB, DD and 5A. RGB value is (171,221,90). Sum of RGB (Red+Green+Blue) = 171+221+90=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD5A is #5422A5. Grayscale: #BFBFBF. Windows color (decimal): -5513894 or 5954987. OLE color: 5954987.
HSL color Cylindrical-coordinate representation of color #ABDD5A: hue angle of 82.9º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABDD5A is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 90 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.13 |
| HSL | 82.9º | 0.66% | 0.61% | - |
| HSV(B) | 82.9º | 0.59% | 0.87% | - |
| XYZ | 44.5 | 61.11 | 19.12 | - |
| YUV | 191.12 | 70.94 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 90 | 0.23 | 0 | 0.59 | 0.13 | 82.9 | 0.66 | 0.61 |
| Hex | AB | DD | 5A | 17 | 0 | 3B | D | 53 | 42 | 3D |
| Octal | 253 | 335 | 132 | 27 | 0 | 73 | 15 | 123 | 102 | 75 |
| Binary | 10101011 | 11011101 | 1011010 | 10111 | 0 | 111011 | 1101 | 1010011 | 1000010 | 111101 |
Color Harmonies of #ABDD5A
Complementary color
Monochromatic Colors of #ABDD5A
Black with #ABDD5A
Text Example
Text Example
White with #ABDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD5A; }
p { color: rgb(171,221,90); }
H1.HeaderClassName
{
color: #ABDD5A;
}
.AnyTagClassName
{
color: #ABDD5A;
}
</style>
background-color css
<style>
a { background-color: #ABDD5A; }
a { background-color: rgb(171,221,90); }
div.DivClassName
{
background-color: #ABDD5A;
}
.BgClassName
{
background-color: #ABDD5A;
}
</style>
border-color css
<style>
span { border-color: #ABDD5A; }
span { border-color: rgb(171,221,90); }
td.TdClassName
{
border-color: #ABDD5A;
}
.TagClassName
{
border-color: #ABDD5A;
}
</style>