Shades of Conifer #ABD14D
Tints of Conifer #ABD14D
RGB
CMYK
RGB Variations
Color information
#ABD14D (or 0xABD14D) is known color: Conifer. HEX triplet: AB, D1 and 4D. RGB value is (171,209,77). Sum of RGB (Red+Green+Blue) = 171+209+77=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD14D is #542EB2. Grayscale: #B7B7B7. Windows color (decimal): -5516979 or 5099947. OLE color: 5099947.
HSL color Cylindrical-coordinate representation of color #ABD14D: hue angle of 77.27º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABD14D is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 209 | 77 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.18 |
| HSL | 77.27º | 0.59% | 0.56% | - |
| HSV(B) | 77.27º | 0.63% | 0.82% | - |
| XYZ | 40.93 | 54.79 | 15.44 | - |
| YUV | 182.59 | 68.41 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 209 | 77 | 0.18 | 0 | 0.63 | 0.18 | 77.27 | 0.59 | 0.56 |
| Hex | AB | D1 | 4D | 12 | 0 | 3F | 12 | 4D | 3B | 38 |
| Octal | 253 | 321 | 115 | 22 | 0 | 77 | 22 | 115 | 73 | 70 |
| Binary | 10101011 | 11010001 | 1001101 | 10010 | 0 | 111111 | 10010 | 1001101 | 111011 | 111000 |
Color Harmonies of #ABD14D
Complementary color
Monochromatic Colors of #ABD14D
Black with #ABD14D
Text Example
Text Example
White with #ABD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD14D; }
p { color: rgb(171,209,77); }
H1.HeaderClassName
{
color: #ABD14D;
}
.AnyTagClassName
{
color: #ABD14D;
}
</style>
background-color css
<style>
a { background-color: #ABD14D; }
a { background-color: rgb(171,209,77); }
div.DivClassName
{
background-color: #ABD14D;
}
.BgClassName
{
background-color: #ABD14D;
}
</style>
border-color css
<style>
span { border-color: #ABD14D; }
span { border-color: rgb(171,209,77); }
td.TdClassName
{
border-color: #ABD14D;
}
.TagClassName
{
border-color: #ABD14D;
}
</style>