Shades of Yellow Green #A8D928
Tints of Yellow Green #A8D928
RGB
CMYK
RGB Variations
Color information
#A8D928 (or 0xA8D928) is known color: Yellow Green. HEX triplet: A8, D9 and 28. RGB value is (168,217,40). Sum of RGB (Red+Green+Blue) = 168+217+40=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D928 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D928 is #5726D7. Grayscale: #B6B6B6. Windows color (decimal): -5711576 or 2677160. OLE color: 2677160.
HSL color Cylindrical-coordinate representation of color #A8D928: hue angle of 76.61º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8D928 is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 40 | - |
| CMYK | 0.23 | 0 | 0.82 | 0.15 |
| HSL | 76.61º | 0.7% | 0.5% | - |
| HSV(B) | 76.61º | 0.82% | 0.85% | - |
| XYZ | 41.34 | 58.1 | 11.04 | - |
| YUV | 182.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 40 | 0.23 | 0 | 0.82 | 0.15 | 76.61 | 0.7 | 0.5 |
| Hex | A8 | D9 | 28 | 17 | 0 | 52 | F | 4D | 46 | 32 |
| Octal | 250 | 331 | 50 | 27 | 0 | 122 | 17 | 115 | 106 | 62 |
| Binary | 10101000 | 11011001 | 101000 | 10111 | 0 | 1010010 | 1111 | 1001101 | 1000110 | 110010 |
Color Harmonies of #A8D928
Complementary color
Monochromatic Colors of #A8D928
Black with #A8D928
Text Example
Text Example
White with #A8D928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D928; }
p { color: rgb(168,217,40); }
H1.HeaderClassName
{
color: #A8D928;
}
.AnyTagClassName
{
color: #A8D928;
}
</style>
background-color css
<style>
a { background-color: #A8D928; }
a { background-color: rgb(168,217,40); }
div.DivClassName
{
background-color: #A8D928;
}
.BgClassName
{
background-color: #A8D928;
}
</style>
border-color css
<style>
span { border-color: #A8D928; }
span { border-color: rgb(168,217,40); }
td.TdClassName
{
border-color: #A8D928;
}
.TagClassName
{
border-color: #A8D928;
}
</style>