Shades of Conifer #A0E44A
Tints of Conifer #A0E44A
RGB
CMYK
RGB Variations
Color information
#A0E44A (or 0xA0E44A) is known color: Conifer. HEX triplet: A0, E4 and 4A. RGB value is (160,228,74). Sum of RGB (Red+Green+Blue) = 160+228+74=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 228 (89.45% from 255 or 49.35% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E44A is #5F1BB5. Grayscale: #BEBEBE. Windows color (decimal): -6233014 or 4908192. OLE color: 4908192.
HSL color Cylindrical-coordinate representation of color #A0E44A: hue angle of 86.49º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0E44A is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 228 | 74 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.11 |
| HSL | 86.49º | 0.74% | 0.59% | - |
| HSV(B) | 86.49º | 0.68% | 0.89% | - |
| XYZ | 43.48 | 63.45 | 16.44 | - |
| YUV | 190.11 | 62.47 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 228 | 74 | 0.30 | 0 | 0.68 | 0.11 | 86.49 | 0.74 | 0.59 |
| Hex | A0 | E4 | 4A | 1E | 0 | 44 | B | 56 | 4A | 3B |
| Octal | 240 | 344 | 112 | 36 | 0 | 104 | 13 | 126 | 112 | 73 |
| Binary | 10100000 | 11100100 | 1001010 | 11110 | 0 | 1000100 | 1011 | 1010110 | 1001010 | 111011 |
Color Harmonies of #A0E44A
Complementary color
Monochromatic Colors of #A0E44A
Black with #A0E44A
Text Example
Text Example
White with #A0E44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E44A; }
p { color: rgb(160,228,74); }
H1.HeaderClassName
{
color: #A0E44A;
}
.AnyTagClassName
{
color: #A0E44A;
}
</style>
background-color css
<style>
a { background-color: #A0E44A; }
a { background-color: rgb(160,228,74); }
div.DivClassName
{
background-color: #A0E44A;
}
.BgClassName
{
background-color: #A0E44A;
}
</style>
border-color css
<style>
span { border-color: #A0E44A; }
span { border-color: rgb(160,228,74); }
td.TdClassName
{
border-color: #A0E44A;
}
.TagClassName
{
border-color: #A0E44A;
}
</style>