Shades of Yellow Green #A0DD27
Tints of Yellow Green #A0DD27
RGB
CMYK
RGB Variations
Color information
#A0DD27 (or 0xA0DD27) is known color: Yellow Green. HEX triplet: A0, DD and 27. RGB value is (160,221,39). Sum of RGB (Red+Green+Blue) = 160+221+39=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD27 is #5F22D8. Grayscale: #B6B6B6. Windows color (decimal): -6234841 or 2612640. OLE color: 2612640.
HSL color Cylindrical-coordinate representation of color #A0DD27: hue angle of 80.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0DD27 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 221 | 39 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.13 |
| HSL | 80.11º | 0.73% | 0.51% | - |
| HSV(B) | 80.11º | 0.82% | 0.87% | - |
| XYZ | 40.72 | 59.33 | 11.23 | - |
| YUV | 182.01 | 47.29 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 39 | 0.28 | 0 | 0.82 | 0.13 | 80.11 | 0.73 | 0.51 |
| Hex | A0 | DD | 27 | 1C | 0 | 52 | D | 50 | 49 | 33 |
| Octal | 240 | 335 | 47 | 34 | 0 | 122 | 15 | 120 | 111 | 63 |
| Binary | 10100000 | 11011101 | 100111 | 11100 | 0 | 1010010 | 1101 | 1010000 | 1001001 | 110011 |
Color Harmonies of #A0DD27
Complementary color
Monochromatic Colors of #A0DD27
Black with #A0DD27
Text Example
Text Example
White with #A0DD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DD27; }
p { color: rgb(160,221,39); }
H1.HeaderClassName
{
color: #A0DD27;
}
.AnyTagClassName
{
color: #A0DD27;
}
</style>
background-color css
<style>
a { background-color: #A0DD27; }
a { background-color: rgb(160,221,39); }
div.DivClassName
{
background-color: #A0DD27;
}
.BgClassName
{
background-color: #A0DD27;
}
</style>
border-color css
<style>
span { border-color: #A0DD27; }
span { border-color: rgb(160,221,39); }
td.TdClassName
{
border-color: #A0DD27;
}
.TagClassName
{
border-color: #A0DD27;
}
</style>