Shades of Yellow Green #A0CD30
Tints of Yellow Green #A0CD30
RGB
CMYK
RGB Variations
Color information
#A0CD30 (or 0xA0CD30) is known color: Yellow Green. HEX triplet: A0, CD and 30. RGB value is (160,205,48). Sum of RGB (Red+Green+Blue) = 160+205+48=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CD30 is #5F32CF. Grayscale: #AEAEAE. Windows color (decimal): -6238928 or 3198368. OLE color: 3198368.
HSL color Cylindrical-coordinate representation of color #A0CD30: hue angle of 77.2º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0CD30 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 48 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.20 |
| HSL | 77.2º | 0.62% | 0.5% | - |
| HSV(B) | 77.2º | 0.77% | 0.8% | - |
| XYZ | 36.86 | 51.35 | 10.76 | - |
| YUV | 173.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 48 | 0.22 | 0 | 0.77 | 0.20 | 77.2 | 0.62 | 0.5 |
| Hex | A0 | CD | 30 | 16 | 0 | 4D | 14 | 4D | 3E | 32 |
| Octal | 240 | 315 | 60 | 26 | 0 | 115 | 24 | 115 | 76 | 62 |
| Binary | 10100000 | 11001101 | 110000 | 10110 | 0 | 1001101 | 10100 | 1001101 | 111110 | 110010 |
Color Harmonies of #A0CD30
Complementary color
Monochromatic Colors of #A0CD30
Black with #A0CD30
Text Example
Text Example
White with #A0CD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD30; }
p { color: rgb(160,205,48); }
H1.HeaderClassName
{
color: #A0CD30;
}
.AnyTagClassName
{
color: #A0CD30;
}
</style>
background-color css
<style>
a { background-color: #A0CD30; }
a { background-color: rgb(160,205,48); }
div.DivClassName
{
background-color: #A0CD30;
}
.BgClassName
{
background-color: #A0CD30;
}
</style>
border-color css
<style>
span { border-color: #A0CD30; }
span { border-color: rgb(160,205,48); }
td.TdClassName
{
border-color: #A0CD30;
}
.TagClassName
{
border-color: #A0CD30;
}
</style>