Shades of Conifer #ABD34C
Tints of Conifer #ABD34C
RGB
CMYK
RGB Variations
Color information
#ABD34C (or 0xABD34C) is known color: Conifer. HEX triplet: AB, D3 and 4C. RGB value is (171,211,76). Sum of RGB (Red+Green+Blue) = 171+211+76=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD34C is #542CB3. Grayscale: #B8B8B8. Windows color (decimal): -5516468 or 5034923. OLE color: 5034923.
HSL color Cylindrical-coordinate representation of color #ABD34C: hue angle of 77.78º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ABD34C is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 171 | 211 | 76 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.17 |
| HSL | 77.78º | 0.61% | 0.56% | - |
| HSV(B) | 77.78º | 0.64% | 0.83% | - |
| XYZ | 41.39 | 55.77 | 15.42 | - |
| YUV | 183.65 | 67.25 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 211 | 76 | 0.19 | 0 | 0.64 | 0.17 | 77.78 | 0.61 | 0.56 |
| Hex | AB | D3 | 4C | 13 | 0 | 40 | 11 | 4E | 3D | 38 |
| Octal | 253 | 323 | 114 | 23 | 0 | 100 | 21 | 116 | 75 | 70 |
| Binary | 10101011 | 11010011 | 1001100 | 10011 | 0 | 1000000 | 10001 | 1001110 | 111101 | 111000 |
Color Harmonies of #ABD34C
Complementary color
Monochromatic Colors of #ABD34C
Black with #ABD34C
Text Example
Text Example
White with #ABD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD34C; }
p { color: rgb(171,211,76); }
H1.HeaderClassName
{
color: #ABD34C;
}
.AnyTagClassName
{
color: #ABD34C;
}
</style>
background-color css
<style>
a { background-color: #ABD34C; }
a { background-color: rgb(171,211,76); }
div.DivClassName
{
background-color: #ABD34C;
}
.BgClassName
{
background-color: #ABD34C;
}
</style>
border-color css
<style>
span { border-color: #ABD34C; }
span { border-color: rgb(171,211,76); }
td.TdClassName
{
border-color: #ABD34C;
}
.TagClassName
{
border-color: #ABD34C;
}
</style>