Shades of Conifer #ABDD46
Tints of Conifer #ABDD46
RGB
CMYK
RGB Variations
Color information
#ABDD46 (or 0xABDD46) is known color: Conifer. HEX triplet: AB, DD and 46. RGB value is (171,221,70). Sum of RGB (Red+Green+Blue) = 171+221+70=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABDD46 is #5422B9. Grayscale: #BDBDBD. Windows color (decimal): -5513914 or 4644267. OLE color: 4644267.
HSL color Cylindrical-coordinate representation of color #ABDD46: hue angle of 79.87º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABDD46 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 221 | 70 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.13 |
| HSL | 79.87º | 0.69% | 0.57% | - |
| HSV(B) | 79.87º | 0.68% | 0.87% | - |
| XYZ | 43.76 | 60.81 | 15.23 | - |
| YUV | 188.84 | 60.94 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 221 | 70 | 0.23 | 0 | 0.68 | 0.13 | 79.87 | 0.69 | 0.57 |
| Hex | AB | DD | 46 | 17 | 0 | 44 | D | 50 | 45 | 39 |
| Octal | 253 | 335 | 106 | 27 | 0 | 104 | 15 | 120 | 105 | 71 |
| Binary | 10101011 | 11011101 | 1000110 | 10111 | 0 | 1000100 | 1101 | 1010000 | 1000101 | 111001 |
Color Harmonies of #ABDD46
Complementary color
Monochromatic Colors of #ABDD46
Black with #ABDD46
Text Example
Text Example
White with #ABDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABDD46; }
p { color: rgb(171,221,70); }
H1.HeaderClassName
{
color: #ABDD46;
}
.AnyTagClassName
{
color: #ABDD46;
}
</style>
background-color css
<style>
a { background-color: #ABDD46; }
a { background-color: rgb(171,221,70); }
div.DivClassName
{
background-color: #ABDD46;
}
.BgClassName
{
background-color: #ABDD46;
}
</style>
border-color css
<style>
span { border-color: #ABDD46; }
span { border-color: rgb(171,221,70); }
td.TdClassName
{
border-color: #ABDD46;
}
.TagClassName
{
border-color: #ABDD46;
}
</style>