Shades of Conifer #A0E048
Tints of Conifer #A0E048
RGB
CMYK
RGB Variations
Color information
#A0E048 (or 0xA0E048) is known color: Conifer. HEX triplet: A0, E0 and 48. RGB value is (160,224,72). Sum of RGB (Red+Green+Blue) = 160+224+72=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E048 is #5F1FB7. Grayscale: #BCBCBC. Windows color (decimal): -6234040 or 4776096. OLE color: 4776096.
HSL color Cylindrical-coordinate representation of color #A0E048: hue angle of 85.26º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0E048 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 224 | 72 | - |
| CMYK | 0.29 | 0 | 0.68 | 0.12 |
| HSL | 85.26º | 0.71% | 0.58% | - |
| HSV(B) | 85.26º | 0.68% | 0.88% | - |
| XYZ | 42.32 | 61.25 | 15.72 | - |
| YUV | 187.54 | 62.8 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 72 | 0.29 | 0 | 0.68 | 0.12 | 85.26 | 0.71 | 0.58 |
| Hex | A0 | E0 | 48 | 1D | 0 | 44 | C | 55 | 47 | 3A |
| Octal | 240 | 340 | 110 | 35 | 0 | 104 | 14 | 125 | 107 | 72 |
| Binary | 10100000 | 11100000 | 1001000 | 11101 | 0 | 1000100 | 1100 | 1010101 | 1000111 | 111010 |
Color Harmonies of #A0E048
Complementary color
Monochromatic Colors of #A0E048
Black with #A0E048
Text Example
Text Example
White with #A0E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E048; }
p { color: rgb(160,224,72); }
H1.HeaderClassName
{
color: #A0E048;
}
.AnyTagClassName
{
color: #A0E048;
}
</style>
background-color css
<style>
a { background-color: #A0E048; }
a { background-color: rgb(160,224,72); }
div.DivClassName
{
background-color: #A0E048;
}
.BgClassName
{
background-color: #A0E048;
}
</style>
border-color css
<style>
span { border-color: #A0E048; }
span { border-color: rgb(160,224,72); }
td.TdClassName
{
border-color: #A0E048;
}
.TagClassName
{
border-color: #A0E048;
}
</style>