Shades of Conifer #A0EB49
Tints of Conifer #A0EB49
RGB
CMYK
RGB Variations
Color information
#A0EB49 (or 0xA0EB49) is known color: Conifer. HEX triplet: A0, EB and 49. RGB value is (160,235,73). Sum of RGB (Red+Green+Blue) = 160+235+73=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 73 (28.91% from 255 or 15.60% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EB49 is #5F14B6. Grayscale: #C2C2C2. Windows color (decimal): -6231223 or 4844448. OLE color: 4844448.
HSL color Cylindrical-coordinate representation of color #A0EB49: hue angle of 87.78º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0EB49 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 235 | 73 | - |
| CMYK | 0.32 | 0 | 0.69 | 0.08 |
| HSL | 87.78º | 0.8% | 0.6% | - |
| HSV(B) | 87.78º | 0.69% | 0.92% | - |
| XYZ | 45.41 | 67.37 | 16.91 | - |
| YUV | 194.11 | 59.65 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 73 | 0.32 | 0 | 0.69 | 0.08 | 87.78 | 0.8 | 0.6 |
| Hex | A0 | EB | 49 | 20 | 0 | 45 | 8 | 58 | 50 | 3C |
| Octal | 240 | 353 | 111 | 40 | 0 | 105 | 10 | 130 | 120 | 74 |
| Binary | 10100000 | 11101011 | 1001001 | 100000 | 0 | 1000101 | 1000 | 1011000 | 1010000 | 111100 |
Color Harmonies of #A0EB49
Complementary color
Monochromatic Colors of #A0EB49
Black with #A0EB49
Text Example
Text Example
White with #A0EB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EB49; }
p { color: rgb(160,235,73); }
H1.HeaderClassName
{
color: #A0EB49;
}
.AnyTagClassName
{
color: #A0EB49;
}
</style>
background-color css
<style>
a { background-color: #A0EB49; }
a { background-color: rgb(160,235,73); }
div.DivClassName
{
background-color: #A0EB49;
}
.BgClassName
{
background-color: #A0EB49;
}
</style>
border-color css
<style>
span { border-color: #A0EB49; }
span { border-color: rgb(160,235,73); }
td.TdClassName
{
border-color: #A0EB49;
}
.TagClassName
{
border-color: #A0EB49;
}
</style>