Shades of Conifer #A0EF52
Tints of Conifer #A0EF52
RGB
CMYK
RGB Variations
Color information
#A0EF52 (or 0xA0EF52) is known color: Conifer. HEX triplet: A0, EF and 52. RGB value is (160,239,82). Sum of RGB (Red+Green+Blue) = 160+239+82=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF52 is #5F10AD. Grayscale: #C6C6C6. Windows color (decimal): -6230190 or 5435296. OLE color: 5435296.
HSL color Cylindrical-coordinate representation of color #A0EF52: hue angle of 90.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A0EF52 is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 82 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.06 |
| HSL | 90.19º | 0.83% | 0.63% | - |
| HSV(B) | 90.19º | 0.66% | 0.94% | - |
| XYZ | 46.89 | 69.82 | 18.99 | - |
| YUV | 197.48 | 62.83 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 82 | 0.33 | 0 | 0.66 | 0.06 | 90.19 | 0.83 | 0.63 |
| Hex | A0 | EF | 52 | 21 | 0 | 42 | 6 | 5A | 53 | 3F |
| Octal | 240 | 357 | 122 | 41 | 0 | 102 | 6 | 132 | 123 | 77 |
| Binary | 10100000 | 11101111 | 1010010 | 100001 | 0 | 1000010 | 110 | 1011010 | 1010011 | 111111 |
Color Harmonies of #A0EF52
Complementary color
Monochromatic Colors of #A0EF52
Black with #A0EF52
Text Example
Text Example
White with #A0EF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF52; }
p { color: rgb(160,239,82); }
H1.HeaderClassName
{
color: #A0EF52;
}
.AnyTagClassName
{
color: #A0EF52;
}
</style>
background-color css
<style>
a { background-color: #A0EF52; }
a { background-color: rgb(160,239,82); }
div.DivClassName
{
background-color: #A0EF52;
}
.BgClassName
{
background-color: #A0EF52;
}
</style>
border-color css
<style>
span { border-color: #A0EF52; }
span { border-color: rgb(160,239,82); }
td.TdClassName
{
border-color: #A0EF52;
}
.TagClassName
{
border-color: #A0EF52;
}
</style>