Shades of Conifer #A0E349
Tints of Conifer #A0E349
RGB
CMYK
RGB Variations
Color information
#A0E349 (or 0xA0E349) is known color: Conifer. HEX triplet: A0, E3 and 49. RGB value is (160,227,73). Sum of RGB (Red+Green+Blue) = 160+227+73=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 227 (89.06% from 255 or 49.35% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E349 is #5F1CB6. Grayscale: #BDBDBD. Windows color (decimal): -6233271 or 4842400. OLE color: 4842400.
HSL color Cylindrical-coordinate representation of color #A0E349: hue angle of 86.1º degrees, saturation: 0.73, 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 #A0E349 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 227 | 73 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.11 |
| HSL | 86.1º | 0.73% | 0.59% | - |
| HSV(B) | 86.1º | 0.68% | 0.89% | - |
| XYZ | 43.17 | 62.89 | 16.17 | - |
| YUV | 189.41 | 62.3 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 227 | 73 | 0.30 | 0 | 0.68 | 0.11 | 86.1 | 0.73 | 0.59 |
| Hex | A0 | E3 | 49 | 1E | 0 | 44 | B | 56 | 49 | 3B |
| Octal | 240 | 343 | 111 | 36 | 0 | 104 | 13 | 126 | 111 | 73 |
| Binary | 10100000 | 11100011 | 1001001 | 11110 | 0 | 1000100 | 1011 | 1010110 | 1001001 | 111011 |
Color Harmonies of #A0E349
Complementary color
Monochromatic Colors of #A0E349
Black with #A0E349
Text Example
Text Example
White with #A0E349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E349; }
p { color: rgb(160,227,73); }
H1.HeaderClassName
{
color: #A0E349;
}
.AnyTagClassName
{
color: #A0E349;
}
</style>
background-color css
<style>
a { background-color: #A0E349; }
a { background-color: rgb(160,227,73); }
div.DivClassName
{
background-color: #A0E349;
}
.BgClassName
{
background-color: #A0E349;
}
</style>
border-color css
<style>
span { border-color: #A0E349; }
span { border-color: rgb(160,227,73); }
td.TdClassName
{
border-color: #A0E349;
}
.TagClassName
{
border-color: #A0E349;
}
</style>