Shades of Yellow Green #A8C530
Tints of Yellow Green #A8C530
RGB
CMYK
RGB Variations
Color information
#A8C530 (or 0xA8C530) is known color: Yellow Green. HEX triplet: A8, C5 and 30. RGB value is (168,197,48). Sum of RGB (Red+Green+Blue) = 168+197+48=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C530 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C530 is #573ACF. Grayscale: #ABABAB. Windows color (decimal): -5716688 or 3196328. OLE color: 3196328.
HSL color Cylindrical-coordinate representation of color #A8C530: hue angle of 71.68º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8C530 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 48 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.23 |
| HSL | 71.68º | 0.61% | 0.48% | - |
| HSV(B) | 71.68º | 0.76% | 0.77% | - |
| XYZ | 36.65 | 48.47 | 10.22 | - |
| YUV | 171.34 | 58.39 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 48 | 0.15 | 0 | 0.76 | 0.23 | 71.68 | 0.61 | 0.48 |
| Hex | A8 | C5 | 30 | F | 0 | 4C | 17 | 48 | 3D | 30 |
| Octal | 250 | 305 | 60 | 17 | 0 | 114 | 27 | 110 | 75 | 60 |
| Binary | 10101000 | 11000101 | 110000 | 1111 | 0 | 1001100 | 10111 | 1001000 | 111101 | 110000 |
Color Harmonies of #A8C530
Complementary color
Monochromatic Colors of #A8C530
Black with #A8C530
Text Example
Text Example
White with #A8C530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C530; }
p { color: rgb(168,197,48); }
H1.HeaderClassName
{
color: #A8C530;
}
.AnyTagClassName
{
color: #A8C530;
}
</style>
background-color css
<style>
a { background-color: #A8C530; }
a { background-color: rgb(168,197,48); }
div.DivClassName
{
background-color: #A8C530;
}
.BgClassName
{
background-color: #A8C530;
}
</style>
border-color css
<style>
span { border-color: #A8C530; }
span { border-color: rgb(168,197,48); }
td.TdClassName
{
border-color: #A8C530;
}
.TagClassName
{
border-color: #A8C530;
}
</style>