Shades of Conifer #A0ED5A
Tints of Conifer #A0ED5A
RGB
CMYK
RGB Variations
Color information
#A0ED5A (or 0xA0ED5A) is known color: Conifer. HEX triplet: A0, ED and 5A. RGB value is (160,237,90). Sum of RGB (Red+Green+Blue) = 160+237+90=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0ED5A is #5F12A5. Grayscale: #C5C5C5. Windows color (decimal): -6230694 or 5959072. OLE color: 5959072.
HSL color Cylindrical-coordinate representation of color #A0ED5A: hue angle of 91.43º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0ED5A is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 237 | 90 | - |
| CMYK | 0.32 | 0 | 0.62 | 0.07 |
| HSL | 91.43º | 0.8% | 0.64% | - |
| HSV(B) | 91.43º | 0.62% | 0.93% | - |
| XYZ | 46.63 | 68.78 | 20.49 | - |
| YUV | 197.22 | 67.49 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 90 | 0.32 | 0 | 0.62 | 0.07 | 91.43 | 0.8 | 0.64 |
| Hex | A0 | ED | 5A | 20 | 0 | 3E | 7 | 5B | 50 | 40 |
| Octal | 240 | 355 | 132 | 40 | 0 | 76 | 7 | 133 | 120 | 100 |
| Binary | 10100000 | 11101101 | 1011010 | 100000 | 0 | 111110 | 111 | 1011011 | 1010000 | 1000000 |
Color Harmonies of #A0ED5A
Complementary color
Monochromatic Colors of #A0ED5A
Black with #A0ED5A
Text Example
Text Example
White with #A0ED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ED5A; }
p { color: rgb(160,237,90); }
H1.HeaderClassName
{
color: #A0ED5A;
}
.AnyTagClassName
{
color: #A0ED5A;
}
</style>
background-color css
<style>
a { background-color: #A0ED5A; }
a { background-color: rgb(160,237,90); }
div.DivClassName
{
background-color: #A0ED5A;
}
.BgClassName
{
background-color: #A0ED5A;
}
</style>
border-color css
<style>
span { border-color: #A0ED5A; }
span { border-color: rgb(160,237,90); }
td.TdClassName
{
border-color: #A0ED5A;
}
.TagClassName
{
border-color: #A0ED5A;
}
</style>