Shades of Conifer #A8D44D
Tints of Conifer #A8D44D
RGB
CMYK
RGB Variations
Color information
#A8D44D (or 0xA8D44D) is known color: Conifer. HEX triplet: A8, D4 and 4D. RGB value is (168,212,77). Sum of RGB (Red+Green+Blue) = 168+212+77=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D44D is #572BB2. Grayscale: #B7B7B7. Windows color (decimal): -5712819 or 5100712. OLE color: 5100712.
HSL color Cylindrical-coordinate representation of color #A8D44D: hue angle of 79.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8D44D is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 212 | 77 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.17 |
| HSL | 79.56º | 0.61% | 0.57% | - |
| HSV(B) | 79.56º | 0.64% | 0.83% | - |
| XYZ | 41.03 | 55.95 | 15.66 | - |
| YUV | 183.45 | 67.92 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 212 | 77 | 0.21 | 0 | 0.64 | 0.17 | 79.56 | 0.61 | 0.57 |
| Hex | A8 | D4 | 4D | 15 | 0 | 40 | 11 | 50 | 3D | 39 |
| Octal | 250 | 324 | 115 | 25 | 0 | 100 | 21 | 120 | 75 | 71 |
| Binary | 10101000 | 11010100 | 1001101 | 10101 | 0 | 1000000 | 10001 | 1010000 | 111101 | 111001 |
Color Harmonies of #A8D44D
Complementary color
Monochromatic Colors of #A8D44D
Black with #A8D44D
Text Example
Text Example
White with #A8D44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D44D; }
p { color: rgb(168,212,77); }
H1.HeaderClassName
{
color: #A8D44D;
}
.AnyTagClassName
{
color: #A8D44D;
}
</style>
background-color css
<style>
a { background-color: #A8D44D; }
a { background-color: rgb(168,212,77); }
div.DivClassName
{
background-color: #A8D44D;
}
.BgClassName
{
background-color: #A8D44D;
}
</style>
border-color css
<style>
span { border-color: #A8D44D; }
span { border-color: rgb(168,212,77); }
td.TdClassName
{
border-color: #A8D44D;
}
.TagClassName
{
border-color: #A8D44D;
}
</style>