Shades of Conifer #A8E04F
Tints of Conifer #A8E04F
RGB
CMYK
RGB Variations
Color information
#A8E04F (or 0xA8E04F) is known color: Conifer. HEX triplet: A8, E0 and 4F. RGB value is (168,224,79). Sum of RGB (Red+Green+Blue) = 168+224+79=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E04F is #571FB0. Grayscale: #BFBFBF. Windows color (decimal): -5709745 or 5234856. OLE color: 5234856.
HSL color Cylindrical-coordinate representation of color #A8E04F: hue angle of 83.17º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8E04F is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 79 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.12 |
| HSL | 83.17º | 0.7% | 0.59% | - |
| HSV(B) | 83.17º | 0.65% | 0.88% | - |
| XYZ | 44.22 | 62.2 | 17.07 | - |
| YUV | 190.73 | 64.95 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 79 | 0.25 | 0 | 0.65 | 0.12 | 83.17 | 0.7 | 0.59 |
| Hex | A8 | E0 | 4F | 19 | 0 | 41 | C | 53 | 46 | 3B |
| Octal | 250 | 340 | 117 | 31 | 0 | 101 | 14 | 123 | 106 | 73 |
| Binary | 10101000 | 11100000 | 1001111 | 11001 | 0 | 1000001 | 1100 | 1010011 | 1000110 | 111011 |
Color Harmonies of #A8E04F
Complementary color
Monochromatic Colors of #A8E04F
Black with #A8E04F
Text Example
Text Example
White with #A8E04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E04F; }
p { color: rgb(168,224,79); }
H1.HeaderClassName
{
color: #A8E04F;
}
.AnyTagClassName
{
color: #A8E04F;
}
</style>
background-color css
<style>
a { background-color: #A8E04F; }
a { background-color: rgb(168,224,79); }
div.DivClassName
{
background-color: #A8E04F;
}
.BgClassName
{
background-color: #A8E04F;
}
</style>
border-color css
<style>
span { border-color: #A8E04F; }
span { border-color: rgb(168,224,79); }
td.TdClassName
{
border-color: #A8E04F;
}
.TagClassName
{
border-color: #A8E04F;
}
</style>