Shades of Yellow Green #A8DE2A
Tints of Yellow Green #A8DE2A
RGB
CMYK
RGB Variations
Color information
#A8DE2A (or 0xA8DE2A) is known color: Yellow Green. HEX triplet: A8, DE and 2A. RGB value is (168,222,42). Sum of RGB (Red+Green+Blue) = 168+222+42=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DE2A is #5721D5. Grayscale: #BABABA. Windows color (decimal): -5710294 or 2809512. OLE color: 2809512.
HSL color Cylindrical-coordinate representation of color #A8DE2A: hue angle of 78º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8DE2A is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 42 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.13 |
| HSL | 78º | 0.73% | 0.52% | - |
| HSV(B) | 78º | 0.81% | 0.87% | - |
| XYZ | 42.69 | 60.73 | 11.66 | - |
| YUV | 185.33 | 47.11 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 42 | 0.24 | 0 | 0.81 | 0.13 | 78 | 0.73 | 0.52 |
| Hex | A8 | DE | 2A | 18 | 0 | 51 | D | 4E | 49 | 34 |
| Octal | 250 | 336 | 52 | 30 | 0 | 121 | 15 | 116 | 111 | 64 |
| Binary | 10101000 | 11011110 | 101010 | 11000 | 0 | 1010001 | 1101 | 1001110 | 1001001 | 110100 |
Color Harmonies of #A8DE2A
Complementary color
Monochromatic Colors of #A8DE2A
Black with #A8DE2A
Text Example
Text Example
White with #A8DE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE2A; }
p { color: rgb(168,222,42); }
H1.HeaderClassName
{
color: #A8DE2A;
}
.AnyTagClassName
{
color: #A8DE2A;
}
</style>
background-color css
<style>
a { background-color: #A8DE2A; }
a { background-color: rgb(168,222,42); }
div.DivClassName
{
background-color: #A8DE2A;
}
.BgClassName
{
background-color: #A8DE2A;
}
</style>
border-color css
<style>
span { border-color: #A8DE2A; }
span { border-color: rgb(168,222,42); }
td.TdClassName
{
border-color: #A8DE2A;
}
.TagClassName
{
border-color: #A8DE2A;
}
</style>