Shades of Yellow Green #A8D02E
Tints of Yellow Green #A8D02E
RGB
CMYK
RGB Variations
Color information
#A8D02E (or 0xA8D02E) is known color: Yellow Green. HEX triplet: A8, D0 and 2E. RGB value is (168,208,46). Sum of RGB (Red+Green+Blue) = 168+208+46=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 208 (81.64% from 255 or 49.29% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D02E is #572FD1. Grayscale: #B2B2B2. Windows color (decimal): -5713874 or 3068072. OLE color: 3068072.
HSL color Cylindrical-coordinate representation of color #A8D02E: hue angle of 74.81º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8D02E is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 46 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.18 |
| HSL | 74.81º | 0.64% | 0.5% | - |
| HSV(B) | 74.81º | 0.78% | 0.82% | - |
| XYZ | 39.2 | 53.63 | 10.87 | - |
| YUV | 177.57 | 53.75 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 46 | 0.19 | 0 | 0.78 | 0.18 | 74.81 | 0.64 | 0.5 |
| Hex | A8 | D0 | 2E | 13 | 0 | 4E | 12 | 4B | 40 | 32 |
| Octal | 250 | 320 | 56 | 23 | 0 | 116 | 22 | 113 | 100 | 62 |
| Binary | 10101000 | 11010000 | 101110 | 10011 | 0 | 1001110 | 10010 | 1001011 | 1000000 | 110010 |
Color Harmonies of #A8D02E
Complementary color
Monochromatic Colors of #A8D02E
Black with #A8D02E
Text Example
Text Example
White with #A8D02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D02E; }
p { color: rgb(168,208,46); }
H1.HeaderClassName
{
color: #A8D02E;
}
.AnyTagClassName
{
color: #A8D02E;
}
</style>
background-color css
<style>
a { background-color: #A8D02E; }
a { background-color: rgb(168,208,46); }
div.DivClassName
{
background-color: #A8D02E;
}
.BgClassName
{
background-color: #A8D02E;
}
</style>
border-color css
<style>
span { border-color: #A8D02E; }
span { border-color: rgb(168,208,46); }
td.TdClassName
{
border-color: #A8D02E;
}
.TagClassName
{
border-color: #A8D02E;
}
</style>