Shades of Green Yellow #A8ED25
Tints of Green Yellow #A8ED25
RGB
CMYK
RGB Variations
Color information
#A8ED25 (or 0xA8ED25) is known color: Green Yellow. HEX triplet: A8, ED and 25. RGB value is (168,237,37). Sum of RGB (Red+Green+Blue) = 168+237+37=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 237 (92.97% from 255 or 53.62% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED25 is #5712DA. Grayscale: #C2C2C2. Windows color (decimal): -5706459 or 2485672. OLE color: 2485672.
HSL color Cylindrical-coordinate representation of color #A8ED25: hue angle of 80.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8ED25 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 37 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.07 |
| HSL | 80.7º | 0.85% | 0.54% | - |
| HSV(B) | 80.7º | 0.84% | 0.93% | - |
| XYZ | 46.77 | 69.03 | 12.61 | - |
| YUV | 193.57 | 39.64 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 37 | 0.29 | 0 | 0.84 | 0.07 | 80.7 | 0.85 | 0.54 |
| Hex | A8 | ED | 25 | 1D | 0 | 54 | 7 | 51 | 55 | 36 |
| Octal | 250 | 355 | 45 | 35 | 0 | 124 | 7 | 121 | 125 | 66 |
| Binary | 10101000 | 11101101 | 100101 | 11101 | 0 | 1010100 | 111 | 1010001 | 1010101 | 110110 |
Color Harmonies of #A8ED25
Complementary color
Monochromatic Colors of #A8ED25
Black with #A8ED25
Text Example
Text Example
White with #A8ED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED25; }
p { color: rgb(168,237,37); }
H1.HeaderClassName
{
color: #A8ED25;
}
.AnyTagClassName
{
color: #A8ED25;
}
</style>
background-color css
<style>
a { background-color: #A8ED25; }
a { background-color: rgb(168,237,37); }
div.DivClassName
{
background-color: #A8ED25;
}
.BgClassName
{
background-color: #A8ED25;
}
</style>
border-color css
<style>
span { border-color: #A8ED25; }
span { border-color: rgb(168,237,37); }
td.TdClassName
{
border-color: #A8ED25;
}
.TagClassName
{
border-color: #A8ED25;
}
</style>