Shades of Yellow Green #A8D229
Tints of Yellow Green #A8D229
RGB
CMYK
RGB Variations
Color information
#A8D229 (or 0xA8D229) is known color: Yellow Green. HEX triplet: A8, D2 and 29. RGB value is (168,210,41). Sum of RGB (Red+Green+Blue) = 168+210+41=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D229 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D229 is #572DD6. Grayscale: #B2B2B2. Windows color (decimal): -5713367 or 2740904. OLE color: 2740904.
HSL color Cylindrical-coordinate representation of color #A8D229: hue angle of 74.91º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8D229 is Cyan = 0.2, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 41 | - |
| CMYK | 0.2 | 0 | 0.80 | 0.18 |
| HSL | 74.91º | 0.67% | 0.49% | - |
| HSV(B) | 74.91º | 0.8% | 0.82% | - |
| XYZ | 39.6 | 54.58 | 10.55 | - |
| YUV | 178.18 | 50.59 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 41 | 0.2 | 0 | 0.80 | 0.18 | 74.91 | 0.67 | 0.49 |
| Hex | A8 | D2 | 29 | 14 | 0 | 50 | 12 | 4B | 43 | 31 |
| Octal | 250 | 322 | 51 | 24 | 0 | 120 | 22 | 113 | 103 | 61 |
| Binary | 10101000 | 11010010 | 101001 | 10100 | 0 | 1010000 | 10010 | 1001011 | 1000011 | 110001 |
Color Harmonies of #A8D229
Complementary color
Monochromatic Colors of #A8D229
Black with #A8D229
Text Example
Text Example
White with #A8D229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D229; }
p { color: rgb(168,210,41); }
H1.HeaderClassName
{
color: #A8D229;
}
.AnyTagClassName
{
color: #A8D229;
}
</style>
background-color css
<style>
a { background-color: #A8D229; }
a { background-color: rgb(168,210,41); }
div.DivClassName
{
background-color: #A8D229;
}
.BgClassName
{
background-color: #A8D229;
}
</style>
border-color css
<style>
span { border-color: #A8D229; }
span { border-color: rgb(168,210,41); }
td.TdClassName
{
border-color: #A8D229;
}
.TagClassName
{
border-color: #A8D229;
}
</style>