Shades of Conifer #A0E85B
Tints of Conifer #A0E85B
RGB
CMYK
RGB Variations
Color information
#A0E85B (or 0xA0E85B) is known color: Conifer. HEX triplet: A0, E8 and 5B. RGB value is (160,232,91). Sum of RGB (Red+Green+Blue) = 160+232+91=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 91 (35.94% from 255 or 18.84% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0E85B is #5F17A4. Grayscale: #C2C2C2. Windows color (decimal): -6231973 or 6023328. OLE color: 6023328.
HSL color Cylindrical-coordinate representation of color #A0E85B: hue angle of 90.64º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0E85B is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 91 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.09 |
| HSL | 90.64º | 0.75% | 0.63% | - |
| HSV(B) | 90.64º | 0.61% | 0.91% | - |
| XYZ | 45.24 | 65.94 | 20.24 | - |
| YUV | 194.4 | 69.65 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 91 | 0.31 | 0 | 0.61 | 0.09 | 90.64 | 0.75 | 0.63 |
| Hex | A0 | E8 | 5B | 1F | 0 | 3D | 9 | 5B | 4B | 3F |
| Octal | 240 | 350 | 133 | 37 | 0 | 75 | 11 | 133 | 113 | 77 |
| Binary | 10100000 | 11101000 | 1011011 | 11111 | 0 | 111101 | 1001 | 1011011 | 1001011 | 111111 |
Color Harmonies of #A0E85B
Complementary color
Monochromatic Colors of #A0E85B
Black with #A0E85B
Text Example
Text Example
White with #A0E85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E85B; }
p { color: rgb(160,232,91); }
H1.HeaderClassName
{
color: #A0E85B;
}
.AnyTagClassName
{
color: #A0E85B;
}
</style>
background-color css
<style>
a { background-color: #A0E85B; }
a { background-color: rgb(160,232,91); }
div.DivClassName
{
background-color: #A0E85B;
}
.BgClassName
{
background-color: #A0E85B;
}
</style>
border-color css
<style>
span { border-color: #A0E85B; }
span { border-color: rgb(160,232,91); }
td.TdClassName
{
border-color: #A0E85B;
}
.TagClassName
{
border-color: #A0E85B;
}
</style>