Shades of Yellow Green #A2DC23
Tints of Yellow Green #A2DC23
RGB
CMYK
RGB Variations
Color information
#A2DC23 (or 0xA2DC23) is known color: Yellow Green. HEX triplet: A2, DC and 23. RGB value is (162,220,35). Sum of RGB (Red+Green+Blue) = 162+220+35=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 220 (86.33% from 255 or 52.76% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DC23 is #5D23DC. Grayscale: #B6B6B6. Windows color (decimal): -6104029 or 2350242. OLE color: 2350242.
HSL color Cylindrical-coordinate representation of color #A2DC23: hue angle of 78.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2DC23 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 220 | 35 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.14 |
| HSL | 78.81º | 0.73% | 0.5% | - |
| HSV(B) | 78.81º | 0.84% | 0.86% | - |
| XYZ | 40.8 | 58.99 | 10.83 | - |
| YUV | 181.57 | 45.28 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 35 | 0.26 | 0 | 0.84 | 0.14 | 78.81 | 0.73 | 0.5 |
| Hex | A2 | DC | 23 | 1A | 0 | 54 | E | 4F | 49 | 32 |
| Octal | 242 | 334 | 43 | 32 | 0 | 124 | 16 | 117 | 111 | 62 |
| Binary | 10100010 | 11011100 | 100011 | 11010 | 0 | 1010100 | 1110 | 1001111 | 1001001 | 110010 |
Color Harmonies of #A2DC23
Complementary color
Monochromatic Colors of #A2DC23
Black with #A2DC23
Text Example
Text Example
White with #A2DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DC23; }
p { color: rgb(162,220,35); }
H1.HeaderClassName
{
color: #A2DC23;
}
.AnyTagClassName
{
color: #A2DC23;
}
</style>
background-color css
<style>
a { background-color: #A2DC23; }
a { background-color: rgb(162,220,35); }
div.DivClassName
{
background-color: #A2DC23;
}
.BgClassName
{
background-color: #A2DC23;
}
</style>
border-color css
<style>
span { border-color: #A2DC23; }
span { border-color: rgb(162,220,35); }
td.TdClassName
{
border-color: #A2DC23;
}
.TagClassName
{
border-color: #A2DC23;
}
</style>