Shades of Green Yellow #A8E52D
Tints of Green Yellow #A8E52D
RGB
CMYK
RGB Variations
Color information
#A8E52D (or 0xA8E52D) is known color: Green Yellow. HEX triplet: A8, E5 and 2D. RGB value is (168,229,45). Sum of RGB (Red+Green+Blue) = 168+229+45=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 229 (89.84% from 255 or 51.81% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E52D is #571AD2. Grayscale: #BEBEBE. Windows color (decimal): -5708499 or 3007912. OLE color: 3007912.
HSL color Cylindrical-coordinate representation of color #A8E52D: hue angle of 79.89º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8E52D is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 45 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.10 |
| HSL | 79.89º | 0.78% | 0.54% | - |
| HSV(B) | 79.89º | 0.8% | 0.9% | - |
| XYZ | 44.64 | 64.55 | 12.59 | - |
| YUV | 189.79 | 46.29 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 45 | 0.27 | 0 | 0.80 | 0.10 | 79.89 | 0.78 | 0.54 |
| Hex | A8 | E5 | 2D | 1B | 0 | 50 | A | 50 | 4E | 36 |
| Octal | 250 | 345 | 55 | 33 | 0 | 120 | 12 | 120 | 116 | 66 |
| Binary | 10101000 | 11100101 | 101101 | 11011 | 0 | 1010000 | 1010 | 1010000 | 1001110 | 110110 |
Color Harmonies of #A8E52D
Complementary color
Monochromatic Colors of #A8E52D
Black with #A8E52D
Text Example
Text Example
White with #A8E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E52D; }
p { color: rgb(168,229,45); }
H1.HeaderClassName
{
color: #A8E52D;
}
.AnyTagClassName
{
color: #A8E52D;
}
</style>
background-color css
<style>
a { background-color: #A8E52D; }
a { background-color: rgb(168,229,45); }
div.DivClassName
{
background-color: #A8E52D;
}
.BgClassName
{
background-color: #A8E52D;
}
</style>
border-color css
<style>
span { border-color: #A8E52D; }
span { border-color: rgb(168,229,45); }
td.TdClassName
{
border-color: #A8E52D;
}
.TagClassName
{
border-color: #A8E52D;
}
</style>