Shades of Yellow Green #A0D723
Tints of Yellow Green #A0D723
RGB
CMYK
RGB Variations
Color information
#A0D723 (or 0xA0D723) is known color: Yellow Green. HEX triplet: A0, D7 and 23. RGB value is (160,215,35). Sum of RGB (Red+Green+Blue) = 160+215+35=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 215 (84.38% from 255 or 52.44% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D723 is #5F28DC. Grayscale: #B2B2B2. Windows color (decimal): -6236381 or 2348960. OLE color: 2348960.
HSL color Cylindrical-coordinate representation of color #A0D723: hue angle of 78.33º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0D723 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 35 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.16 |
| HSL | 78.33º | 0.72% | 0.49% | - |
| HSV(B) | 78.33º | 0.84% | 0.84% | - |
| XYZ | 39.1 | 56.2 | 10.38 | - |
| YUV | 178.04 | 47.28 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 35 | 0.26 | 0 | 0.84 | 0.16 | 78.33 | 0.72 | 0.49 |
| Hex | A0 | D7 | 23 | 1A | 0 | 54 | 10 | 4E | 48 | 31 |
| Octal | 240 | 327 | 43 | 32 | 0 | 124 | 20 | 116 | 110 | 61 |
| Binary | 10100000 | 11010111 | 100011 | 11010 | 0 | 1010100 | 10000 | 1001110 | 1001000 | 110001 |
Color Harmonies of #A0D723
Complementary color
Monochromatic Colors of #A0D723
Black with #A0D723
Text Example
Text Example
White with #A0D723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D723; }
p { color: rgb(160,215,35); }
H1.HeaderClassName
{
color: #A0D723;
}
.AnyTagClassName
{
color: #A0D723;
}
</style>
background-color css
<style>
a { background-color: #A0D723; }
a { background-color: rgb(160,215,35); }
div.DivClassName
{
background-color: #A0D723;
}
.BgClassName
{
background-color: #A0D723;
}
</style>
border-color css
<style>
span { border-color: #A0D723; }
span { border-color: rgb(160,215,35); }
td.TdClassName
{
border-color: #A0D723;
}
.TagClassName
{
border-color: #A0D723;
}
</style>