Shades of Yellow Green #A0D623
Tints of Yellow Green #A0D623
RGB
CMYK
RGB Variations
Color information
#A0D623 (or 0xA0D623) is known color: Yellow Green. HEX triplet: A0, D6 and 23. RGB value is (160,214,35). Sum of RGB (Red+Green+Blue) = 160+214+35=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 214 (83.98% from 255 or 52.32% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D623 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D623 is #5F29DC. Grayscale: #B2B2B2. Windows color (decimal): -6236637 or 2348704. OLE color: 2348704.
HSL color Cylindrical-coordinate representation of color #A0D623: hue angle of 78.1º 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 #A0D623 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 214 | 35 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.16 |
| HSL | 78.1º | 0.72% | 0.49% | - |
| HSV(B) | 78.1º | 0.84% | 0.84% | - |
| XYZ | 38.85 | 55.69 | 10.29 | - |
| YUV | 177.45 | 47.61 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 214 | 35 | 0.25 | 0 | 0.84 | 0.16 | 78.1 | 0.72 | 0.49 |
| Hex | A0 | D6 | 23 | 19 | 0 | 54 | 10 | 4E | 48 | 31 |
| Octal | 240 | 326 | 43 | 31 | 0 | 124 | 20 | 116 | 110 | 61 |
| Binary | 10100000 | 11010110 | 100011 | 11001 | 0 | 1010100 | 10000 | 1001110 | 1001000 | 110001 |
Color Harmonies of #A0D623
Complementary color
Monochromatic Colors of #A0D623
Black with #A0D623
Text Example
Text Example
White with #A0D623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D623; }
p { color: rgb(160,214,35); }
H1.HeaderClassName
{
color: #A0D623;
}
.AnyTagClassName
{
color: #A0D623;
}
</style>
background-color css
<style>
a { background-color: #A0D623; }
a { background-color: rgb(160,214,35); }
div.DivClassName
{
background-color: #A0D623;
}
.BgClassName
{
background-color: #A0D623;
}
</style>
border-color css
<style>
span { border-color: #A0D623; }
span { border-color: rgb(160,214,35); }
td.TdClassName
{
border-color: #A0D623;
}
.TagClassName
{
border-color: #A0D623;
}
</style>