Shades of Conifer #A0EF60
Tints of Conifer #A0EF60
RGB
CMYK
RGB Variations
Color information
#A0EF60 (or 0xA0EF60) is known color: Conifer. HEX triplet: A0, EF and 60. RGB value is (160,239,96). Sum of RGB (Red+Green+Blue) = 160+239+96=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF60 is #5F109F. Grayscale: #C7C7C7. Windows color (decimal): -6230176 or 6352800. OLE color: 6352800.
HSL color Cylindrical-coordinate representation of color #A0EF60: hue angle of 93.15º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0EF60 is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 96 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.06 |
| HSL | 93.15º | 0.82% | 0.66% | - |
| HSV(B) | 93.15º | 0.6% | 0.94% | - |
| XYZ | 47.48 | 70.05 | 22.09 | - |
| YUV | 199.08 | 69.83 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 96 | 0.33 | 0 | 0.60 | 0.06 | 93.15 | 0.82 | 0.66 |
| Hex | A0 | EF | 60 | 21 | 0 | 3C | 6 | 5D | 52 | 42 |
| Octal | 240 | 357 | 140 | 41 | 0 | 74 | 6 | 135 | 122 | 102 |
| Binary | 10100000 | 11101111 | 1100000 | 100001 | 0 | 111100 | 110 | 1011101 | 1010010 | 1000010 |
Color Harmonies of #A0EF60
Complementary color
Monochromatic Colors of #A0EF60
Black with #A0EF60
Text Example
Text Example
White with #A0EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF60; }
p { color: rgb(160,239,96); }
H1.HeaderClassName
{
color: #A0EF60;
}
.AnyTagClassName
{
color: #A0EF60;
}
</style>
background-color css
<style>
a { background-color: #A0EF60; }
a { background-color: rgb(160,239,96); }
div.DivClassName
{
background-color: #A0EF60;
}
.BgClassName
{
background-color: #A0EF60;
}
</style>
border-color css
<style>
span { border-color: #A0EF60; }
span { border-color: rgb(160,239,96); }
td.TdClassName
{
border-color: #A0EF60;
}
.TagClassName
{
border-color: #A0EF60;
}
</style>