Shades of Yellow Green #A8C730
Tints of Yellow Green #A8C730
RGB
CMYK
RGB Variations
Color information
#A8C730 (or 0xA8C730) is known color: Yellow Green. HEX triplet: A8, C7 and 30. RGB value is (168,199,48). Sum of RGB (Red+Green+Blue) = 168+199+48=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C730 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C730 is #5738CF. Grayscale: #ADADAD. Windows color (decimal): -5716176 or 3196840. OLE color: 3196840.
HSL color Cylindrical-coordinate representation of color #A8C730: hue angle of 72.32º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8C730 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 199 | 48 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.22 |
| HSL | 72.32º | 0.61% | 0.48% | - |
| HSV(B) | 72.32º | 0.76% | 0.78% | - |
| XYZ | 37.11 | 49.39 | 10.37 | - |
| YUV | 172.52 | 57.73 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 48 | 0.16 | 0 | 0.76 | 0.22 | 72.32 | 0.61 | 0.48 |
| Hex | A8 | C7 | 30 | 10 | 0 | 4C | 16 | 48 | 3D | 30 |
| Octal | 250 | 307 | 60 | 20 | 0 | 114 | 26 | 110 | 75 | 60 |
| Binary | 10101000 | 11000111 | 110000 | 10000 | 0 | 1001100 | 10110 | 1001000 | 111101 | 110000 |
Color Harmonies of #A8C730
Complementary color
Monochromatic Colors of #A8C730
Black with #A8C730
Text Example
Text Example
White with #A8C730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C730; }
p { color: rgb(168,199,48); }
H1.HeaderClassName
{
color: #A8C730;
}
.AnyTagClassName
{
color: #A8C730;
}
</style>
background-color css
<style>
a { background-color: #A8C730; }
a { background-color: rgb(168,199,48); }
div.DivClassName
{
background-color: #A8C730;
}
.BgClassName
{
background-color: #A8C730;
}
</style>
border-color css
<style>
span { border-color: #A8C730; }
span { border-color: rgb(168,199,48); }
td.TdClassName
{
border-color: #A8C730;
}
.TagClassName
{
border-color: #A8C730;
}
</style>