Shades of Yellow Green #A0E628
Tints of Yellow Green #A0E628
RGB
CMYK
RGB Variations
Color information
#A0E628 (or 0xA0E628) is known color: Yellow Green. HEX triplet: A0, E6 and 28. RGB value is (160,230,40). Sum of RGB (Red+Green+Blue) = 160+230+40=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 230 (90.23% from 255 or 53.49% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E628 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0E628 is #5F19D7. Grayscale: #BCBCBC. Windows color (decimal): -6232536 or 2680480. OLE color: 2680480.
HSL color Cylindrical-coordinate representation of color #A0E628: hue angle of 82.11º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0E628 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 40 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.10 |
| HSL | 82.11º | 0.79% | 0.53% | - |
| HSV(B) | 82.11º | 0.83% | 0.9% | - |
| XYZ | 43.18 | 64.22 | 12.13 | - |
| YUV | 187.41 | 44.81 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 40 | 0.30 | 0 | 0.83 | 0.10 | 82.11 | 0.79 | 0.53 |
| Hex | A0 | E6 | 28 | 1E | 0 | 53 | A | 52 | 4F | 35 |
| Octal | 240 | 346 | 50 | 36 | 0 | 123 | 12 | 122 | 117 | 65 |
| Binary | 10100000 | 11100110 | 101000 | 11110 | 0 | 1010011 | 1010 | 1010010 | 1001111 | 110101 |
Color Harmonies of #A0E628
Complementary color
Monochromatic Colors of #A0E628
Black with #A0E628
Text Example
Text Example
White with #A0E628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E628; }
p { color: rgb(160,230,40); }
H1.HeaderClassName
{
color: #A0E628;
}
.AnyTagClassName
{
color: #A0E628;
}
</style>
background-color css
<style>
a { background-color: #A0E628; }
a { background-color: rgb(160,230,40); }
div.DivClassName
{
background-color: #A0E628;
}
.BgClassName
{
background-color: #A0E628;
}
</style>
border-color css
<style>
span { border-color: #A0E628; }
span { border-color: rgb(160,230,40); }
td.TdClassName
{
border-color: #A0E628;
}
.TagClassName
{
border-color: #A0E628;
}
</style>