Shades of Conifer #A0EB42
Tints of Conifer #A0EB42
RGB
CMYK
RGB Variations
Color information
#A0EB42 (or 0xA0EB42) is known color: Conifer. HEX triplet: A0, EB and 42. RGB value is (160,235,66). Sum of RGB (Red+Green+Blue) = 160+235+66=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 66 (26.17% from 255 or 14.32% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0EB42 is #5F14BD. Grayscale: #C1C1C1. Windows color (decimal): -6231230 or 4385696. OLE color: 4385696.
HSL color Cylindrical-coordinate representation of color #A0EB42: hue angle of 86.63º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0EB42 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 235 | 66 | - |
| CMYK | 0.32 | 0 | 0.72 | 0.08 |
| HSL | 86.63º | 0.81% | 0.59% | - |
| HSV(B) | 86.63º | 0.72% | 0.92% | - |
| XYZ | 45.19 | 67.28 | 15.76 | - |
| YUV | 193.31 | 56.15 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 66 | 0.32 | 0 | 0.72 | 0.08 | 86.63 | 0.81 | 0.59 |
| Hex | A0 | EB | 42 | 20 | 0 | 48 | 8 | 57 | 51 | 3B |
| Octal | 240 | 353 | 102 | 40 | 0 | 110 | 10 | 127 | 121 | 73 |
| Binary | 10100000 | 11101011 | 1000010 | 100000 | 0 | 1001000 | 1000 | 1010111 | 1010001 | 111011 |
Color Harmonies of #A0EB42
Complementary color
Monochromatic Colors of #A0EB42
Black with #A0EB42
Text Example
Text Example
White with #A0EB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EB42; }
p { color: rgb(160,235,66); }
H1.HeaderClassName
{
color: #A0EB42;
}
.AnyTagClassName
{
color: #A0EB42;
}
</style>
background-color css
<style>
a { background-color: #A0EB42; }
a { background-color: rgb(160,235,66); }
div.DivClassName
{
background-color: #A0EB42;
}
.BgClassName
{
background-color: #A0EB42;
}
</style>
border-color css
<style>
span { border-color: #A0EB42; }
span { border-color: rgb(160,235,66); }
td.TdClassName
{
border-color: #A0EB42;
}
.TagClassName
{
border-color: #A0EB42;
}
</style>