Shades of Conifer #A0EF5A
Tints of Conifer #A0EF5A
RGB
CMYK
RGB Variations
Color information
#A0EF5A (or 0xA0EF5A) is known color: Conifer. HEX triplet: A0, EF and 5A. RGB value is (160,239,90). Sum of RGB (Red+Green+Blue) = 160+239+90=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EF5A is #5F10A5. Grayscale: #C6C6C6. Windows color (decimal): -6230182 or 5959584. OLE color: 5959584.
HSL color Cylindrical-coordinate representation of color #A0EF5A: hue angle of 91.81º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0EF5A is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 90 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.06 |
| HSL | 91.81º | 0.82% | 0.65% | - |
| HSV(B) | 91.81º | 0.62% | 0.94% | - |
| XYZ | 47.21 | 69.94 | 20.69 | - |
| YUV | 198.39 | 66.83 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 90 | 0.33 | 0 | 0.62 | 0.06 | 91.81 | 0.82 | 0.65 |
| Hex | A0 | EF | 5A | 21 | 0 | 3E | 6 | 5C | 52 | 41 |
| Octal | 240 | 357 | 132 | 41 | 0 | 76 | 6 | 134 | 122 | 101 |
| Binary | 10100000 | 11101111 | 1011010 | 100001 | 0 | 111110 | 110 | 1011100 | 1010010 | 1000001 |
Color Harmonies of #A0EF5A
Complementary color
Monochromatic Colors of #A0EF5A
Black with #A0EF5A
Text Example
Text Example
White with #A0EF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EF5A; }
p { color: rgb(160,239,90); }
H1.HeaderClassName
{
color: #A0EF5A;
}
.AnyTagClassName
{
color: #A0EF5A;
}
</style>
background-color css
<style>
a { background-color: #A0EF5A; }
a { background-color: rgb(160,239,90); }
div.DivClassName
{
background-color: #A0EF5A;
}
.BgClassName
{
background-color: #A0EF5A;
}
</style>
border-color css
<style>
span { border-color: #A0EF5A; }
span { border-color: rgb(160,239,90); }
td.TdClassName
{
border-color: #A0EF5A;
}
.TagClassName
{
border-color: #A0EF5A;
}
</style>