Shades of Conifer #A0EE5B
Tints of Conifer #A0EE5B
RGB
CMYK
RGB Variations
Color information
#A0EE5B (or 0xA0EE5B) is known color: Conifer. HEX triplet: A0, EE and 5B. RGB value is (160,238,91). Sum of RGB (Red+Green+Blue) = 160+238+91=489 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.72% from 489); Green value is 238 (93.36% from 255 or 48.67% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EE5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0EE5B is #5F11A4. Grayscale: #C6C6C6. Windows color (decimal): -6230437 or 6024864. OLE color: 6024864.
HSL color Cylindrical-coordinate representation of color #A0EE5B: hue angle of 91.84º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0EE5B is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 91 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.07 |
| HSL | 91.84º | 0.81% | 0.65% | - |
| HSV(B) | 91.84º | 0.62% | 0.93% | - |
| XYZ | 46.96 | 69.38 | 20.81 | - |
| YUV | 197.92 | 67.66 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 91 | 0.33 | 0 | 0.62 | 0.07 | 91.84 | 0.81 | 0.65 |
| Hex | A0 | EE | 5B | 21 | 0 | 3E | 7 | 5C | 51 | 41 |
| Octal | 240 | 356 | 133 | 41 | 0 | 76 | 7 | 134 | 121 | 101 |
| Binary | 10100000 | 11101110 | 1011011 | 100001 | 0 | 111110 | 111 | 1011100 | 1010001 | 1000001 |
Color Harmonies of #A0EE5B
Complementary color
Monochromatic Colors of #A0EE5B
Black with #A0EE5B
Text Example
Text Example
White with #A0EE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EE5B; }
p { color: rgb(160,238,91); }
H1.HeaderClassName
{
color: #A0EE5B;
}
.AnyTagClassName
{
color: #A0EE5B;
}
</style>
background-color css
<style>
a { background-color: #A0EE5B; }
a { background-color: rgb(160,238,91); }
div.DivClassName
{
background-color: #A0EE5B;
}
.BgClassName
{
background-color: #A0EE5B;
}
</style>
border-color css
<style>
span { border-color: #A0EE5B; }
span { border-color: rgb(160,238,91); }
td.TdClassName
{
border-color: #A0EE5B;
}
.TagClassName
{
border-color: #A0EE5B;
}
</style>