Shades of Yellow Green #A0D028
Tints of Yellow Green #A0D028
RGB
CMYK
RGB Variations
Color information
#A0D028 (or 0xA0D028) is known color: Yellow Green. HEX triplet: A0, D0 and 28. RGB value is (160,208,40). Sum of RGB (Red+Green+Blue) = 160+208+40=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D028 is #5F2FD7. Grayscale: #AFAFAF. Windows color (decimal): -6238168 or 2674848. OLE color: 2674848.
HSL color Cylindrical-coordinate representation of color #A0D028: hue angle of 77.14º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0D028 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 40 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.18 |
| HSL | 77.14º | 0.68% | 0.49% | - |
| HSV(B) | 77.14º | 0.81% | 0.82% | - |
| XYZ | 37.44 | 52.74 | 10.21 | - |
| YUV | 174.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 40 | 0.23 | 0 | 0.81 | 0.18 | 77.14 | 0.68 | 0.49 |
| Hex | A0 | D0 | 28 | 17 | 0 | 51 | 12 | 4D | 44 | 31 |
| Octal | 240 | 320 | 50 | 27 | 0 | 121 | 22 | 115 | 104 | 61 |
| Binary | 10100000 | 11010000 | 101000 | 10111 | 0 | 1010001 | 10010 | 1001101 | 1000100 | 110001 |
Color Harmonies of #A0D028
Complementary color
Monochromatic Colors of #A0D028
Black with #A0D028
Text Example
Text Example
White with #A0D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D028; }
p { color: rgb(160,208,40); }
H1.HeaderClassName
{
color: #A0D028;
}
.AnyTagClassName
{
color: #A0D028;
}
</style>
background-color css
<style>
a { background-color: #A0D028; }
a { background-color: rgb(160,208,40); }
div.DivClassName
{
background-color: #A0D028;
}
.BgClassName
{
background-color: #A0D028;
}
</style>
border-color css
<style>
span { border-color: #A0D028; }
span { border-color: rgb(160,208,40); }
td.TdClassName
{
border-color: #A0D028;
}
.TagClassName
{
border-color: #A0D028;
}
</style>