Shades of Conifer #A0E24F
Tints of Conifer #A0E24F
RGB
CMYK
RGB Variations
Color information
#A0E24F (or 0xA0E24F) is known color: Conifer. HEX triplet: A0, E2 and 4F. RGB value is (160,226,79). Sum of RGB (Red+Green+Blue) = 160+226+79=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 226 (88.67% from 255 or 48.60% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 226 - color contains mainly: green. Hex color #A0E24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0E24F is #5F1DB0. Grayscale: #BEBEBE. Windows color (decimal): -6233521 or 5235360. OLE color: 5235360.
HSL color Cylindrical-coordinate representation of color #A0E24F: hue angle of 86.94º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0E24F is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 226 | 79 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.11 |
| HSL | 86.94º | 0.72% | 0.6% | - |
| HSV(B) | 86.94º | 0.65% | 0.89% | - |
| XYZ | 43.1 | 62.43 | 17.18 | - |
| YUV | 189.51 | 65.63 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 226 | 79 | 0.29 | 0 | 0.65 | 0.11 | 86.94 | 0.72 | 0.6 |
| Hex | A0 | E2 | 4F | 1D | 0 | 41 | B | 57 | 48 | 3C |
| Octal | 240 | 342 | 117 | 35 | 0 | 101 | 13 | 127 | 110 | 74 |
| Binary | 10100000 | 11100010 | 1001111 | 11101 | 0 | 1000001 | 1011 | 1010111 | 1001000 | 111100 |
Color Harmonies of #A0E24F
Complementary color
Monochromatic Colors of #A0E24F
Black with #A0E24F
Text Example
Text Example
White with #A0E24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E24F; }
p { color: rgb(160,226,79); }
H1.HeaderClassName
{
color: #A0E24F;
}
.AnyTagClassName
{
color: #A0E24F;
}
</style>
background-color css
<style>
a { background-color: #A0E24F; }
a { background-color: rgb(160,226,79); }
div.DivClassName
{
background-color: #A0E24F;
}
.BgClassName
{
background-color: #A0E24F;
}
</style>
border-color css
<style>
span { border-color: #A0E24F; }
span { border-color: rgb(160,226,79); }
td.TdClassName
{
border-color: #A0E24F;
}
.TagClassName
{
border-color: #A0E24F;
}
</style>