Shades of Yellow Green #A0CD2C
Tints of Yellow Green #A0CD2C
RGB
CMYK
RGB Variations
Color information
#A0CD2C (or 0xA0CD2C) is known color: Yellow Green. HEX triplet: A0, CD and 2C. RGB value is (160,205,44). Sum of RGB (Red+Green+Blue) = 160+205+44=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CD2C is #5F32D3. Grayscale: #ADADAD. Windows color (decimal): -6238932 or 2936224. OLE color: 2936224.
HSL color Cylindrical-coordinate representation of color #A0CD2C: hue angle of 76.77º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0CD2C is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 205 | 44 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.20 |
| HSL | 76.77º | 0.65% | 0.49% | - |
| HSV(B) | 76.77º | 0.79% | 0.8% | - |
| XYZ | 36.78 | 51.32 | 10.35 | - |
| YUV | 173.19 | 55.09 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 205 | 44 | 0.22 | 0 | 0.79 | 0.20 | 76.77 | 0.65 | 0.49 |
| Hex | A0 | CD | 2C | 16 | 0 | 4F | 14 | 4D | 41 | 31 |
| Octal | 240 | 315 | 54 | 26 | 0 | 117 | 24 | 115 | 101 | 61 |
| Binary | 10100000 | 11001101 | 101100 | 10110 | 0 | 1001111 | 10100 | 1001101 | 1000001 | 110001 |
Color Harmonies of #A0CD2C
Complementary color
Monochromatic Colors of #A0CD2C
Black with #A0CD2C
Text Example
Text Example
White with #A0CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CD2C; }
p { color: rgb(160,205,44); }
H1.HeaderClassName
{
color: #A0CD2C;
}
.AnyTagClassName
{
color: #A0CD2C;
}
</style>
background-color css
<style>
a { background-color: #A0CD2C; }
a { background-color: rgb(160,205,44); }
div.DivClassName
{
background-color: #A0CD2C;
}
.BgClassName
{
background-color: #A0CD2C;
}
</style>
border-color css
<style>
span { border-color: #A0CD2C; }
span { border-color: rgb(160,205,44); }
td.TdClassName
{
border-color: #A0CD2C;
}
.TagClassName
{
border-color: #A0CD2C;
}
</style>