Shades of Conifer #ABD26A
Tints of Conifer #ABD26A
RGB
CMYK
RGB Variations
Color information
#ABD26A (or 0xABD26A) is known color: Conifer. HEX triplet: AB, D2 and 6A. RGB value is (171,210,106). Sum of RGB (Red+Green+Blue) = 171+210+106=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD26A is #542D95. Grayscale: #BABABA. Windows color (decimal): -5516694 or 7000747. OLE color: 7000747.
HSL color Cylindrical-coordinate representation of color #ABD26A: hue angle of 82.5º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ABD26A is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 106 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.18 |
| HSL | 82.5º | 0.54% | 0.62% | - |
| HSV(B) | 82.5º | 0.5% | 0.82% | - |
| XYZ | 42.44 | 55.79 | 22.17 | - |
| YUV | 186.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 106 | 0.19 | 0 | 0.50 | 0.18 | 82.5 | 0.54 | 0.62 |
| Hex | AB | D2 | 6A | 13 | 0 | 32 | 12 | 52 | 36 | 3E |
| Octal | 253 | 322 | 152 | 23 | 0 | 62 | 22 | 122 | 66 | 76 |
| Binary | 10101011 | 11010010 | 1101010 | 10011 | 0 | 110010 | 10010 | 1010010 | 110110 | 111110 |
Color Harmonies of #ABD26A
Complementary color
Monochromatic Colors of #ABD26A
Black with #ABD26A
Text Example
Text Example
White with #ABD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD26A; }
p { color: rgb(171,210,106); }
H1.HeaderClassName
{
color: #ABD26A;
}
.AnyTagClassName
{
color: #ABD26A;
}
</style>
background-color css
<style>
a { background-color: #ABD26A; }
a { background-color: rgb(171,210,106); }
div.DivClassName
{
background-color: #ABD26A;
}
.BgClassName
{
background-color: #ABD26A;
}
</style>
border-color css
<style>
span { border-color: #ABD26A; }
span { border-color: rgb(171,210,106); }
td.TdClassName
{
border-color: #ABD26A;
}
.TagClassName
{
border-color: #ABD26A;
}
</style>