Shades of Yellow Green #A0CF20
Tints of Yellow Green #A0CF20
RGB
CMYK
RGB Variations
Color information
#A0CF20 (or 0xA0CF20) is known color: Yellow Green. HEX triplet: A0, CF and 20. RGB value is (160,207,32). Sum of RGB (Red+Green+Blue) = 160+207+32=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CF20 is #5F30DF. Grayscale: #ADADAD. Windows color (decimal): -6238432 or 2150304. OLE color: 2150304.
HSL color Cylindrical-coordinate representation of color #A0CF20: hue angle of 76.11º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0CF20 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 32 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.19 |
| HSL | 76.11º | 0.73% | 0.47% | - |
| HSV(B) | 76.11º | 0.85% | 0.81% | - |
| XYZ | 37.07 | 52.2 | 9.49 | - |
| YUV | 173 | 48.43 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 32 | 0.23 | 0 | 0.85 | 0.19 | 76.11 | 0.73 | 0.47 |
| Hex | A0 | CF | 20 | 17 | 0 | 55 | 13 | 4C | 49 | 2F |
| Octal | 240 | 317 | 40 | 27 | 0 | 125 | 23 | 114 | 111 | 57 |
| Binary | 10100000 | 11001111 | 100000 | 10111 | 0 | 1010101 | 10011 | 1001100 | 1001001 | 101111 |
Color Harmonies of #A0CF20
Complementary color
Monochromatic Colors of #A0CF20
Black with #A0CF20
Text Example
Text Example
White with #A0CF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF20; }
p { color: rgb(160,207,32); }
H1.HeaderClassName
{
color: #A0CF20;
}
.AnyTagClassName
{
color: #A0CF20;
}
</style>
background-color css
<style>
a { background-color: #A0CF20; }
a { background-color: rgb(160,207,32); }
div.DivClassName
{
background-color: #A0CF20;
}
.BgClassName
{
background-color: #A0CF20;
}
</style>
border-color css
<style>
span { border-color: #A0CF20; }
span { border-color: rgb(160,207,32); }
td.TdClassName
{
border-color: #A0CF20;
}
.TagClassName
{
border-color: #A0CF20;
}
</style>