Shades of Yellow Green #A0D827
Tints of Yellow Green #A0D827
RGB
CMYK
RGB Variations
Color information
#A0D827 (or 0xA0D827) is known color: Yellow Green. HEX triplet: A0, D8 and 27. RGB value is (160,216,39). Sum of RGB (Red+Green+Blue) = 160+216+39=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 216 (84.77% from 255 or 52.05% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D827 is #5F27D8. Grayscale: #B3B3B3. Windows color (decimal): -6236121 or 2611360. OLE color: 2611360.
HSL color Cylindrical-coordinate representation of color #A0D827: hue angle of 78.98º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A0D827 is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 216 | 39 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.15 |
| HSL | 78.98º | 0.69% | 0.5% | - |
| HSV(B) | 78.98º | 0.82% | 0.85% | - |
| XYZ | 39.42 | 56.73 | 10.79 | - |
| YUV | 179.08 | 48.95 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 39 | 0.26 | 0 | 0.82 | 0.15 | 78.98 | 0.69 | 0.5 |
| Hex | A0 | D8 | 27 | 1A | 0 | 52 | F | 4F | 45 | 32 |
| Octal | 240 | 330 | 47 | 32 | 0 | 122 | 17 | 117 | 105 | 62 |
| Binary | 10100000 | 11011000 | 100111 | 11010 | 0 | 1010010 | 1111 | 1001111 | 1000101 | 110010 |
Color Harmonies of #A0D827
Complementary color
Monochromatic Colors of #A0D827
Black with #A0D827
Text Example
Text Example
White with #A0D827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D827; }
p { color: rgb(160,216,39); }
H1.HeaderClassName
{
color: #A0D827;
}
.AnyTagClassName
{
color: #A0D827;
}
</style>
background-color css
<style>
a { background-color: #A0D827; }
a { background-color: rgb(160,216,39); }
div.DivClassName
{
background-color: #A0D827;
}
.BgClassName
{
background-color: #A0D827;
}
</style>
border-color css
<style>
span { border-color: #A0D827; }
span { border-color: rgb(160,216,39); }
td.TdClassName
{
border-color: #A0D827;
}
.TagClassName
{
border-color: #A0D827;
}
</style>