Shades of Yellow Green #A8D930
Tints of Yellow Green #A8D930
RGB
CMYK
RGB Variations
Color information
#A8D930 (or 0xA8D930) is known color: Yellow Green. HEX triplet: A8, D9 and 30. RGB value is (168,217,48). Sum of RGB (Red+Green+Blue) = 168+217+48=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 48 (19.14% from 255 or 11.09% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D930 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D930 is #5726CF. Grayscale: #B7B7B7. Windows color (decimal): -5711568 or 3201448. OLE color: 3201448.
HSL color Cylindrical-coordinate representation of color #A8D930: hue angle of 77.4º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8D930 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 48 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.15 |
| HSL | 77.4º | 0.69% | 0.52% | - |
| HSV(B) | 77.4º | 0.78% | 0.85% | - |
| XYZ | 41.49 | 58.16 | 11.84 | - |
| YUV | 183.08 | 51.77 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 48 | 0.23 | 0 | 0.78 | 0.15 | 77.4 | 0.69 | 0.52 |
| Hex | A8 | D9 | 30 | 17 | 0 | 4E | F | 4D | 45 | 34 |
| Octal | 250 | 331 | 60 | 27 | 0 | 116 | 17 | 115 | 105 | 64 |
| Binary | 10101000 | 11011001 | 110000 | 10111 | 0 | 1001110 | 1111 | 1001101 | 1000101 | 110100 |
Color Harmonies of #A8D930
Complementary color
Monochromatic Colors of #A8D930
Black with #A8D930
Text Example
Text Example
White with #A8D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D930; }
p { color: rgb(168,217,48); }
H1.HeaderClassName
{
color: #A8D930;
}
.AnyTagClassName
{
color: #A8D930;
}
</style>
background-color css
<style>
a { background-color: #A8D930; }
a { background-color: rgb(168,217,48); }
div.DivClassName
{
background-color: #A8D930;
}
.BgClassName
{
background-color: #A8D930;
}
</style>
border-color css
<style>
span { border-color: #A8D930; }
span { border-color: rgb(168,217,48); }
td.TdClassName
{
border-color: #A8D930;
}
.TagClassName
{
border-color: #A8D930;
}
</style>