Shades of Conifer #A0E749
Tints of Conifer #A0E749
RGB
CMYK
RGB Variations
Color information
#A0E749 (or 0xA0E749) is known color: Conifer. HEX triplet: A0, E7 and 49. RGB value is (160,231,73). Sum of RGB (Red+Green+Blue) = 160+231+73=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 231 (90.62% from 255 or 49.78% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E749 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E749 is #5F18B6. Grayscale: #C0C0C0. Windows color (decimal): -6232247 or 4843424. OLE color: 4843424.
HSL color Cylindrical-coordinate representation of color #A0E749: hue angle of 86.96º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0E749 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 73 | - |
| CMYK | 0.31 | 0 | 0.68 | 0.09 |
| HSL | 86.96º | 0.77% | 0.6% | - |
| HSV(B) | 86.96º | 0.68% | 0.91% | - |
| XYZ | 44.28 | 65.11 | 16.54 | - |
| YUV | 191.76 | 60.98 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 73 | 0.31 | 0 | 0.68 | 0.09 | 86.96 | 0.77 | 0.6 |
| Hex | A0 | E7 | 49 | 1F | 0 | 44 | 9 | 57 | 4D | 3C |
| Octal | 240 | 347 | 111 | 37 | 0 | 104 | 11 | 127 | 115 | 74 |
| Binary | 10100000 | 11100111 | 1001001 | 11111 | 0 | 1000100 | 1001 | 1010111 | 1001101 | 111100 |
Color Harmonies of #A0E749
Complementary color
Monochromatic Colors of #A0E749
Black with #A0E749
Text Example
Text Example
White with #A0E749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E749; }
p { color: rgb(160,231,73); }
H1.HeaderClassName
{
color: #A0E749;
}
.AnyTagClassName
{
color: #A0E749;
}
</style>
background-color css
<style>
a { background-color: #A0E749; }
a { background-color: rgb(160,231,73); }
div.DivClassName
{
background-color: #A0E749;
}
.BgClassName
{
background-color: #A0E749;
}
</style>
border-color css
<style>
span { border-color: #A0E749; }
span { border-color: rgb(160,231,73); }
td.TdClassName
{
border-color: #A0E749;
}
.TagClassName
{
border-color: #A0E749;
}
</style>