Shades of Conifer #ABDD45
Tints of Conifer #ABDD45
RGB
CMYK
RGB Variations
Color information
#ABDD45 (or 0xABDD45) is known color: Conifer. HEX triplet: AB, DD and 45. RGB value is (171,221,69). Sum of RGB (Red+Green+Blue) = 171+221+69=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD45 is #5422BA. Grayscale: #BDBDBD. Windows color (decimal): -5513915 or 4578731. OLE color: 4578731.
HSL color Cylindrical-coordinate representation of color #ABDD45: hue angle of 79.74º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ABDD45 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 69 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.13 |
| HSL | 79.74º | 0.69% | 0.57% | - |
| HSV(B) | 79.74º | 0.69% | 0.87% | - |
| XYZ | 43.73 | 60.8 | 15.06 | - |
| YUV | 188.72 | 60.44 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 69 | 0.23 | 0 | 0.69 | 0.13 | 79.74 | 0.69 | 0.57 |
| Hex | AB | DD | 45 | 17 | 0 | 45 | D | 50 | 45 | 39 |
| Octal | 253 | 335 | 105 | 27 | 0 | 105 | 15 | 120 | 105 | 71 |
| Binary | 10101011 | 11011101 | 1000101 | 10111 | 0 | 1000101 | 1101 | 1010000 | 1000101 | 111001 |
Color Harmonies of #ABDD45
Complementary color
Monochromatic Colors of #ABDD45
Black with #ABDD45
Text Example
Text Example
White with #ABDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD45; }
p { color: rgb(171,221,69); }
H1.HeaderClassName
{
color: #ABDD45;
}
.AnyTagClassName
{
color: #ABDD45;
}
</style>
background-color css
<style>
a { background-color: #ABDD45; }
a { background-color: rgb(171,221,69); }
div.DivClassName
{
background-color: #ABDD45;
}
.BgClassName
{
background-color: #ABDD45;
}
</style>
border-color css
<style>
span { border-color: #ABDD45; }
span { border-color: rgb(171,221,69); }
td.TdClassName
{
border-color: #ABDD45;
}
.TagClassName
{
border-color: #ABDD45;
}
</style>