Shades of Yellow Green #A8C630
Tints of Yellow Green #A8C630
RGB
CMYK
RGB Variations
Color information
#A8C630 (or 0xA8C630) is known color: Yellow Green. HEX triplet: A8, C6 and 30. RGB value is (168,198,48). Sum of RGB (Red+Green+Blue) = 168+198+48=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 198 (77.73% from 255 or 47.83% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C630 is #5739CF. Grayscale: #ACACAC. Windows color (decimal): -5716432 or 3196584. OLE color: 3196584.
HSL color Cylindrical-coordinate representation of color #A8C630: hue angle of 72º 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 #A8C630 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 198 | 48 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.22 |
| HSL | 72º | 0.61% | 0.48% | - |
| HSV(B) | 72º | 0.76% | 0.78% | - |
| XYZ | 36.88 | 48.93 | 10.3 | - |
| YUV | 171.93 | 58.06 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 198 | 48 | 0.15 | 0 | 0.76 | 0.22 | 72 | 0.61 | 0.48 |
| Hex | A8 | C6 | 30 | F | 0 | 4C | 16 | 48 | 3D | 30 |
| Octal | 250 | 306 | 60 | 17 | 0 | 114 | 26 | 110 | 75 | 60 |
| Binary | 10101000 | 11000110 | 110000 | 1111 | 0 | 1001100 | 10110 | 1001000 | 111101 | 110000 |
Color Harmonies of #A8C630
Complementary color
Monochromatic Colors of #A8C630
Black with #A8C630
Text Example
Text Example
White with #A8C630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C630; }
p { color: rgb(168,198,48); }
H1.HeaderClassName
{
color: #A8C630;
}
.AnyTagClassName
{
color: #A8C630;
}
</style>
background-color css
<style>
a { background-color: #A8C630; }
a { background-color: rgb(168,198,48); }
div.DivClassName
{
background-color: #A8C630;
}
.BgClassName
{
background-color: #A8C630;
}
</style>
border-color css
<style>
span { border-color: #A8C630; }
span { border-color: rgb(168,198,48); }
td.TdClassName
{
border-color: #A8C630;
}
.TagClassName
{
border-color: #A8C630;
}
</style>