Shades of Conifer #A8E04A
Tints of Conifer #A8E04A
RGB
CMYK
RGB Variations
Color information
#A8E04A (or 0xA8E04A) is known color: Conifer. HEX triplet: A8, E0 and 4A. RGB value is (168,224,74). Sum of RGB (Red+Green+Blue) = 168+224+74=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E04A is #571FB5. Grayscale: #BEBEBE. Windows color (decimal): -5709750 or 4907176. OLE color: 4907176.
HSL color Cylindrical-coordinate representation of color #A8E04A: hue angle of 82.4º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8E04A is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 74 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.12 |
| HSL | 82.4º | 0.71% | 0.58% | - |
| HSV(B) | 82.4º | 0.67% | 0.88% | - |
| XYZ | 44.04 | 62.13 | 16.15 | - |
| YUV | 190.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 74 | 0.25 | 0 | 0.67 | 0.12 | 82.4 | 0.71 | 0.58 |
| Hex | A8 | E0 | 4A | 19 | 0 | 43 | C | 52 | 47 | 3A |
| Octal | 250 | 340 | 112 | 31 | 0 | 103 | 14 | 122 | 107 | 72 |
| Binary | 10101000 | 11100000 | 1001010 | 11001 | 0 | 1000011 | 1100 | 1010010 | 1000111 | 111010 |
Color Harmonies of #A8E04A
Complementary color
Monochromatic Colors of #A8E04A
Black with #A8E04A
Text Example
Text Example
White with #A8E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E04A; }
p { color: rgb(168,224,74); }
H1.HeaderClassName
{
color: #A8E04A;
}
.AnyTagClassName
{
color: #A8E04A;
}
</style>
background-color css
<style>
a { background-color: #A8E04A; }
a { background-color: rgb(168,224,74); }
div.DivClassName
{
background-color: #A8E04A;
}
.BgClassName
{
background-color: #A8E04A;
}
</style>
border-color css
<style>
span { border-color: #A8E04A; }
span { border-color: rgb(168,224,74); }
td.TdClassName
{
border-color: #A8E04A;
}
.TagClassName
{
border-color: #A8E04A;
}
</style>