Shades of Green Yellow #A8E82D
Tints of Green Yellow #A8E82D
RGB
CMYK
RGB Variations
Color information
#A8E82D (or 0xA8E82D) is known color: Green Yellow. HEX triplet: A8, E8 and 2D. RGB value is (168,232,45). Sum of RGB (Red+Green+Blue) = 168+232+45=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E82D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E82D is #5717D2. Grayscale: #C0C0C0. Windows color (decimal): -5707731 or 3008680. OLE color: 3008680.
HSL color Cylindrical-coordinate representation of color #A8E82D: hue angle of 80.53º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8E82D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 232 | 45 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.09 |
| HSL | 80.53º | 0.8% | 0.54% | - |
| HSV(B) | 80.53º | 0.81% | 0.91% | - |
| XYZ | 45.48 | 66.23 | 12.87 | - |
| YUV | 191.55 | 45.3 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 45 | 0.28 | 0 | 0.81 | 0.09 | 80.53 | 0.8 | 0.54 |
| Hex | A8 | E8 | 2D | 1C | 0 | 51 | 9 | 51 | 50 | 36 |
| Octal | 250 | 350 | 55 | 34 | 0 | 121 | 11 | 121 | 120 | 66 |
| Binary | 10101000 | 11101000 | 101101 | 11100 | 0 | 1010001 | 1001 | 1010001 | 1010000 | 110110 |
Color Harmonies of #A8E82D
Complementary color
Monochromatic Colors of #A8E82D
Black with #A8E82D
Text Example
Text Example
White with #A8E82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E82D; }
p { color: rgb(168,232,45); }
H1.HeaderClassName
{
color: #A8E82D;
}
.AnyTagClassName
{
color: #A8E82D;
}
</style>
background-color css
<style>
a { background-color: #A8E82D; }
a { background-color: rgb(168,232,45); }
div.DivClassName
{
background-color: #A8E82D;
}
.BgClassName
{
background-color: #A8E82D;
}
</style>
border-color css
<style>
span { border-color: #A8E82D; }
span { border-color: rgb(168,232,45); }
td.TdClassName
{
border-color: #A8E82D;
}
.TagClassName
{
border-color: #A8E82D;
}
</style>