Shades of Yellow Green #A0CE2F
Tints of Yellow Green #A0CE2F
RGB
CMYK
RGB Variations
Color information
#A0CE2F (or 0xA0CE2F) is known color: Yellow Green. HEX triplet: A0, CE and 2F. RGB value is (160,206,47). Sum of RGB (Red+Green+Blue) = 160+206+47=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE2F is #5F31D0. Grayscale: #AEAEAE. Windows color (decimal): -6238673 or 3133088. OLE color: 3133088.
HSL color Cylindrical-coordinate representation of color #A0CE2F: hue angle of 77.36º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0CE2F is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 47 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.19 |
| HSL | 77.36º | 0.63% | 0.5% | - |
| HSV(B) | 77.36º | 0.77% | 0.81% | - |
| XYZ | 37.08 | 51.82 | 10.74 | - |
| YUV | 174.12 | 56.26 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 47 | 0.22 | 0 | 0.77 | 0.19 | 77.36 | 0.63 | 0.5 |
| Hex | A0 | CE | 2F | 16 | 0 | 4D | 13 | 4D | 3F | 32 |
| Octal | 240 | 316 | 57 | 26 | 0 | 115 | 23 | 115 | 77 | 62 |
| Binary | 10100000 | 11001110 | 101111 | 10110 | 0 | 1001101 | 10011 | 1001101 | 111111 | 110010 |
Color Harmonies of #A0CE2F
Complementary color
Monochromatic Colors of #A0CE2F
Black with #A0CE2F
Text Example
Text Example
White with #A0CE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE2F; }
p { color: rgb(160,206,47); }
H1.HeaderClassName
{
color: #A0CE2F;
}
.AnyTagClassName
{
color: #A0CE2F;
}
</style>
background-color css
<style>
a { background-color: #A0CE2F; }
a { background-color: rgb(160,206,47); }
div.DivClassName
{
background-color: #A0CE2F;
}
.BgClassName
{
background-color: #A0CE2F;
}
</style>
border-color css
<style>
span { border-color: #A0CE2F; }
span { border-color: rgb(160,206,47); }
td.TdClassName
{
border-color: #A0CE2F;
}
.TagClassName
{
border-color: #A0CE2F;
}
</style>