Shades of Conifer #A8D74F
Tints of Conifer #A8D74F
RGB
CMYK
RGB Variations
Color information
#A8D74F (or 0xA8D74F) is known color: Conifer. HEX triplet: A8, D7 and 4F. RGB value is (168,215,79). Sum of RGB (Red+Green+Blue) = 168+215+79=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #A8D74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D74F is #5728B0. Grayscale: #B9B9B9. Windows color (decimal): -5712049 or 5232552. OLE color: 5232552.
HSL color Cylindrical-coordinate representation of color #A8D74F: hue angle of 80.74º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8D74F is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 215 | 79 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.16 |
| HSL | 80.74º | 0.63% | 0.58% | - |
| HSV(B) | 80.74º | 0.63% | 0.84% | - |
| XYZ | 41.86 | 57.49 | 16.29 | - |
| YUV | 185.44 | 67.93 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 215 | 79 | 0.22 | 0 | 0.63 | 0.16 | 80.74 | 0.63 | 0.58 |
| Hex | A8 | D7 | 4F | 16 | 0 | 3F | 10 | 51 | 3F | 3A |
| Octal | 250 | 327 | 117 | 26 | 0 | 77 | 20 | 121 | 77 | 72 |
| Binary | 10101000 | 11010111 | 1001111 | 10110 | 0 | 111111 | 10000 | 1010001 | 111111 | 111010 |
Color Harmonies of #A8D74F
Complementary color
Monochromatic Colors of #A8D74F
Black with #A8D74F
Text Example
Text Example
White with #A8D74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D74F; }
p { color: rgb(168,215,79); }
H1.HeaderClassName
{
color: #A8D74F;
}
.AnyTagClassName
{
color: #A8D74F;
}
</style>
background-color css
<style>
a { background-color: #A8D74F; }
a { background-color: rgb(168,215,79); }
div.DivClassName
{
background-color: #A8D74F;
}
.BgClassName
{
background-color: #A8D74F;
}
</style>
border-color css
<style>
span { border-color: #A8D74F; }
span { border-color: rgb(168,215,79); }
td.TdClassName
{
border-color: #A8D74F;
}
.TagClassName
{
border-color: #A8D74F;
}
</style>