Shades of Conifer #A0EA62
Tints of Conifer #A0EA62
RGB
CMYK
RGB Variations
Color information
#A0EA62 (or 0xA0EA62) is known color: Conifer. HEX triplet: A0, EA and 62. RGB value is (160,234,98). Sum of RGB (Red+Green+Blue) = 160+234+98=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 98 (38.67% from 255 or 19.92% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EA62 is #5F159D. Grayscale: #C4C4C4. Windows color (decimal): -6231454 or 6482592. OLE color: 6482592.
HSL color Cylindrical-coordinate representation of color #A0EA62: hue angle of 92.65º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0EA62 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 98 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.08 |
| HSL | 92.65º | 0.76% | 0.65% | - |
| HSV(B) | 92.65º | 0.58% | 0.92% | - |
| XYZ | 46.12 | 67.2 | 22.1 | - |
| YUV | 196.37 | 72.48 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 98 | 0.32 | 0 | 0.58 | 0.08 | 92.65 | 0.76 | 0.65 |
| Hex | A0 | EA | 62 | 20 | 0 | 3A | 8 | 5D | 4C | 41 |
| Octal | 240 | 352 | 142 | 40 | 0 | 72 | 10 | 135 | 114 | 101 |
| Binary | 10100000 | 11101010 | 1100010 | 100000 | 0 | 111010 | 1000 | 1011101 | 1001100 | 1000001 |
Color Harmonies of #A0EA62
Complementary color
Monochromatic Colors of #A0EA62
Black with #A0EA62
Text Example
Text Example
White with #A0EA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EA62; }
p { color: rgb(160,234,98); }
H1.HeaderClassName
{
color: #A0EA62;
}
.AnyTagClassName
{
color: #A0EA62;
}
</style>
background-color css
<style>
a { background-color: #A0EA62; }
a { background-color: rgb(160,234,98); }
div.DivClassName
{
background-color: #A0EA62;
}
.BgClassName
{
background-color: #A0EA62;
}
</style>
border-color css
<style>
span { border-color: #A0EA62; }
span { border-color: rgb(160,234,98); }
td.TdClassName
{
border-color: #A0EA62;
}
.TagClassName
{
border-color: #A0EA62;
}
</style>