Shades of Conifer #A8D34F
Tints of Conifer #A8D34F
RGB
CMYK
RGB Variations
Color information
#A8D34F (or 0xA8D34F) is known color: Conifer. HEX triplet: A8, D3 and 4F. RGB value is (168,211,79). Sum of RGB (Red+Green+Blue) = 168+211+79=458 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.68% from 458); Green value is 211 (82.81% from 255 or 46.07% from 458); Blue value is 79 (31.25% from 255 or 17.25% from 458); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D34F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D34F is #572CB0. Grayscale: #B7B7B7. Windows color (decimal): -5713073 or 5231528. OLE color: 5231528.
HSL color Cylindrical-coordinate representation of color #A8D34F: hue angle of 79.55º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8D34F is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 79 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.17 |
| HSL | 79.55º | 0.6% | 0.57% | - |
| HSV(B) | 79.55º | 0.63% | 0.83% | - |
| XYZ | 40.85 | 55.48 | 15.95 | - |
| YUV | 183.1 | 69.25 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 79 | 0.20 | 0 | 0.63 | 0.17 | 79.55 | 0.6 | 0.57 |
| Hex | A8 | D3 | 4F | 14 | 0 | 3F | 11 | 50 | 3C | 39 |
| Octal | 250 | 323 | 117 | 24 | 0 | 77 | 21 | 120 | 74 | 71 |
| Binary | 10101000 | 11010011 | 1001111 | 10100 | 0 | 111111 | 10001 | 1010000 | 111100 | 111001 |
Color Harmonies of #A8D34F
Complementary color
Monochromatic Colors of #A8D34F
Black with #A8D34F
Text Example
Text Example
White with #A8D34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D34F; }
p { color: rgb(168,211,79); }
H1.HeaderClassName
{
color: #A8D34F;
}
.AnyTagClassName
{
color: #A8D34F;
}
</style>
background-color css
<style>
a { background-color: #A8D34F; }
a { background-color: rgb(168,211,79); }
div.DivClassName
{
background-color: #A8D34F;
}
.BgClassName
{
background-color: #A8D34F;
}
</style>
border-color css
<style>
span { border-color: #A8D34F; }
span { border-color: rgb(168,211,79); }
td.TdClassName
{
border-color: #A8D34F;
}
.TagClassName
{
border-color: #A8D34F;
}
</style>