Shades of Conifer #A0E949
Tints of Conifer #A0E949
RGB
CMYK
RGB Variations
Color information
#A0E949 (or 0xA0E949) is known color: Conifer. HEX triplet: A0, E9 and 49. RGB value is (160,233,73). Sum of RGB (Red+Green+Blue) = 160+233+73=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E949 is #5F16B6. Grayscale: #C1C1C1. Windows color (decimal): -6231735 or 4843936. OLE color: 4843936.
HSL color Cylindrical-coordinate representation of color #A0E949: hue angle of 87.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0E949 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 73 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.09 |
| HSL | 87.38º | 0.78% | 0.6% | - |
| HSV(B) | 87.38º | 0.69% | 0.91% | - |
| XYZ | 44.84 | 66.23 | 16.72 | - |
| YUV | 192.93 | 60.32 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 73 | 0.31 | 0 | 0.69 | 0.09 | 87.38 | 0.78 | 0.6 |
| Hex | A0 | E9 | 49 | 1F | 0 | 45 | 9 | 57 | 4E | 3C |
| Octal | 240 | 351 | 111 | 37 | 0 | 105 | 11 | 127 | 116 | 74 |
| Binary | 10100000 | 11101001 | 1001001 | 11111 | 0 | 1000101 | 1001 | 1010111 | 1001110 | 111100 |
Color Harmonies of #A0E949
Complementary color
Monochromatic Colors of #A0E949
Black with #A0E949
Text Example
Text Example
White with #A0E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E949; }
p { color: rgb(160,233,73); }
H1.HeaderClassName
{
color: #A0E949;
}
.AnyTagClassName
{
color: #A0E949;
}
</style>
background-color css
<style>
a { background-color: #A0E949; }
a { background-color: rgb(160,233,73); }
div.DivClassName
{
background-color: #A0E949;
}
.BgClassName
{
background-color: #A0E949;
}
</style>
border-color css
<style>
span { border-color: #A0E949; }
span { border-color: rgb(160,233,73); }
td.TdClassName
{
border-color: #A0E949;
}
.TagClassName
{
border-color: #A0E949;
}
</style>