Shades of Conifer #ABD84C
Tints of Conifer #ABD84C
RGB
CMYK
RGB Variations
Color information
#ABD84C (or 0xABD84C) is known color: Conifer. HEX triplet: AB, D8 and 4C. RGB value is (171,216,76). Sum of RGB (Red+Green+Blue) = 171+216+76=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD84C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD84C is #5427B3. Grayscale: #BBBBBB. Windows color (decimal): -5515188 or 5036203. OLE color: 5036203.
HSL color Cylindrical-coordinate representation of color #ABD84C: hue angle of 79.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ABD84C is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 216 | 76 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.15 |
| HSL | 79.29º | 0.64% | 0.57% | - |
| HSV(B) | 79.29º | 0.65% | 0.85% | - |
| XYZ | 42.65 | 58.29 | 15.84 | - |
| YUV | 186.59 | 65.59 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 216 | 76 | 0.21 | 0 | 0.65 | 0.15 | 79.29 | 0.64 | 0.57 |
| Hex | AB | D8 | 4C | 15 | 0 | 41 | F | 4F | 40 | 39 |
| Octal | 253 | 330 | 114 | 25 | 0 | 101 | 17 | 117 | 100 | 71 |
| Binary | 10101011 | 11011000 | 1001100 | 10101 | 0 | 1000001 | 1111 | 1001111 | 1000000 | 111001 |
Color Harmonies of #ABD84C
Complementary color
Monochromatic Colors of #ABD84C
Black with #ABD84C
Text Example
Text Example
White with #ABD84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD84C; }
p { color: rgb(171,216,76); }
H1.HeaderClassName
{
color: #ABD84C;
}
.AnyTagClassName
{
color: #ABD84C;
}
</style>
background-color css
<style>
a { background-color: #ABD84C; }
a { background-color: rgb(171,216,76); }
div.DivClassName
{
background-color: #ABD84C;
}
.BgClassName
{
background-color: #ABD84C;
}
</style>
border-color css
<style>
span { border-color: #ABD84C; }
span { border-color: rgb(171,216,76); }
td.TdClassName
{
border-color: #ABD84C;
}
.TagClassName
{
border-color: #ABD84C;
}
</style>