Shades of Conifer #A0ED4D
Tints of Conifer #A0ED4D
RGB
CMYK
RGB Variations
Color information
#A0ED4D (or 0xA0ED4D) is known color: Conifer. HEX triplet: A0, ED and 4D. RGB value is (160,237,77). Sum of RGB (Red+Green+Blue) = 160+237+77=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #A0ED4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0ED4D is #5F12B2. Grayscale: #C4C4C4. Windows color (decimal): -6230707 or 5107104. OLE color: 5107104.
HSL color Cylindrical-coordinate representation of color #A0ED4D: hue angle of 88.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A0ED4D is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 237 | 77 | - |
| CMYK | 0.32 | 0 | 0.68 | 0.07 |
| HSL | 88.88º | 0.82% | 0.62% | - |
| HSV(B) | 88.88º | 0.68% | 0.93% | - |
| XYZ | 46.12 | 68.58 | 17.83 | - |
| YUV | 195.74 | 60.99 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 237 | 77 | 0.32 | 0 | 0.68 | 0.07 | 88.88 | 0.82 | 0.62 |
| Hex | A0 | ED | 4D | 20 | 0 | 44 | 7 | 59 | 52 | 3E |
| Octal | 240 | 355 | 115 | 40 | 0 | 104 | 7 | 131 | 122 | 76 |
| Binary | 10100000 | 11101101 | 1001101 | 100000 | 0 | 1000100 | 111 | 1011001 | 1010010 | 111110 |
Color Harmonies of #A0ED4D
Complementary color
Monochromatic Colors of #A0ED4D
Black with #A0ED4D
Text Example
Text Example
White with #A0ED4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ED4D; }
p { color: rgb(160,237,77); }
H1.HeaderClassName
{
color: #A0ED4D;
}
.AnyTagClassName
{
color: #A0ED4D;
}
</style>
background-color css
<style>
a { background-color: #A0ED4D; }
a { background-color: rgb(160,237,77); }
div.DivClassName
{
background-color: #A0ED4D;
}
.BgClassName
{
background-color: #A0ED4D;
}
</style>
border-color css
<style>
span { border-color: #A0ED4D; }
span { border-color: rgb(160,237,77); }
td.TdClassName
{
border-color: #A0ED4D;
}
.TagClassName
{
border-color: #A0ED4D;
}
</style>