Shades of Yellow Green #A0C628
Tints of Yellow Green #A0C628
RGB
CMYK
RGB Variations
Color information
#A0C628 (or 0xA0C628) is known color: Yellow Green. HEX triplet: A0, C6 and 28. RGB value is (160,198,40). Sum of RGB (Red+Green+Blue) = 160+198+40=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 40 (16.02% from 255 or 10.05% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C628 is #5F39D7. Grayscale: #A9A9A9. Windows color (decimal): -6240728 or 2672288. OLE color: 2672288.
HSL color Cylindrical-coordinate representation of color #A0C628: hue angle of 74.43º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0C628 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 40 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.22 |
| HSL | 74.43º | 0.66% | 0.47% | - |
| HSV(B) | 74.43º | 0.8% | 0.78% | - |
| XYZ | 35.07 | 48.01 | 9.43 | - |
| YUV | 168.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 40 | 0.19 | 0 | 0.80 | 0.22 | 74.43 | 0.66 | 0.47 |
| Hex | A0 | C6 | 28 | 13 | 0 | 50 | 16 | 4A | 42 | 2F |
| Octal | 240 | 306 | 50 | 23 | 0 | 120 | 26 | 112 | 102 | 57 |
| Binary | 10100000 | 11000110 | 101000 | 10011 | 0 | 1010000 | 10110 | 1001010 | 1000010 | 101111 |
Color Harmonies of #A0C628
Complementary color
Monochromatic Colors of #A0C628
Black with #A0C628
Text Example
Text Example
White with #A0C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C628; }
p { color: rgb(160,198,40); }
H1.HeaderClassName
{
color: #A0C628;
}
.AnyTagClassName
{
color: #A0C628;
}
</style>
background-color css
<style>
a { background-color: #A0C628; }
a { background-color: rgb(160,198,40); }
div.DivClassName
{
background-color: #A0C628;
}
.BgClassName
{
background-color: #A0C628;
}
</style>
border-color css
<style>
span { border-color: #A0C628; }
span { border-color: rgb(160,198,40); }
td.TdClassName
{
border-color: #A0C628;
}
.TagClassName
{
border-color: #A0C628;
}
</style>