Shades of Conifer #A0E04A
Tints of Conifer #A0E04A
RGB
CMYK
RGB Variations
Color information
#A0E04A (or 0xA0E04A) is known color: Conifer. HEX triplet: A0, E0 and 4A. RGB value is (160,224,74). Sum of RGB (Red+Green+Blue) = 160+224+74=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E04A is #5F1FB5. Grayscale: #BCBCBC. Windows color (decimal): -6234038 or 4907168. OLE color: 4907168.
HSL color Cylindrical-coordinate representation of color #A0E04A: hue angle of 85.6º 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 #A0E04A is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 74 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.12 |
| HSL | 85.6º | 0.71% | 0.58% | - |
| HSV(B) | 85.6º | 0.67% | 0.88% | - |
| XYZ | 42.39 | 61.28 | 16.07 | - |
| YUV | 187.76 | 63.8 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 74 | 0.29 | 0 | 0.67 | 0.12 | 85.6 | 0.71 | 0.58 |
| Hex | A0 | E0 | 4A | 1D | 0 | 43 | C | 56 | 47 | 3A |
| Octal | 240 | 340 | 112 | 35 | 0 | 103 | 14 | 126 | 107 | 72 |
| Binary | 10100000 | 11100000 | 1001010 | 11101 | 0 | 1000011 | 1100 | 1010110 | 1000111 | 111010 |
Color Harmonies of #A0E04A
Complementary color
Monochromatic Colors of #A0E04A
Black with #A0E04A
Text Example
Text Example
White with #A0E04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E04A; }
p { color: rgb(160,224,74); }
H1.HeaderClassName
{
color: #A0E04A;
}
.AnyTagClassName
{
color: #A0E04A;
}
</style>
background-color css
<style>
a { background-color: #A0E04A; }
a { background-color: rgb(160,224,74); }
div.DivClassName
{
background-color: #A0E04A;
}
.BgClassName
{
background-color: #A0E04A;
}
</style>
border-color css
<style>
span { border-color: #A0E04A; }
span { border-color: rgb(160,224,74); }
td.TdClassName
{
border-color: #A0E04A;
}
.TagClassName
{
border-color: #A0E04A;
}
</style>