Shades of Yellow Green #ACDD2E
Tints of Yellow Green #ACDD2E
RGB
CMYK
RGB Variations
Color information
#ACDD2E (or 0xACDD2E) is known color: Yellow Green. HEX triplet: AC, DD and 2E. RGB value is (172,221,46). Sum of RGB (Red+Green+Blue) = 172+221+46=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 46 (18.36% from 255 or 10.48% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD2E is #5322D1. Grayscale: #BBBBBB. Windows color (decimal): -5448402 or 3071404. OLE color: 3071404.
HSL color Cylindrical-coordinate representation of color #ACDD2E: hue angle of 76.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACDD2E is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 46 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.13 |
| HSL | 76.8º | 0.72% | 0.52% | - |
| HSV(B) | 76.8º | 0.79% | 0.87% | - |
| XYZ | 43.36 | 60.68 | 12.01 | - |
| YUV | 186.4 | 48.77 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 46 | 0.22 | 0 | 0.79 | 0.13 | 76.8 | 0.72 | 0.52 |
| Hex | AC | DD | 2E | 16 | 0 | 4F | D | 4D | 48 | 34 |
| Octal | 254 | 335 | 56 | 26 | 0 | 117 | 15 | 115 | 110 | 64 |
| Binary | 10101100 | 11011101 | 101110 | 10110 | 0 | 1001111 | 1101 | 1001101 | 1001000 | 110100 |
Color Harmonies of #ACDD2E
Complementary color
Monochromatic Colors of #ACDD2E
Black with #ACDD2E
Text Example
Text Example
White with #ACDD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD2E; }
p { color: rgb(172,221,46); }
H1.HeaderClassName
{
color: #ACDD2E;
}
.AnyTagClassName
{
color: #ACDD2E;
}
</style>
background-color css
<style>
a { background-color: #ACDD2E; }
a { background-color: rgb(172,221,46); }
div.DivClassName
{
background-color: #ACDD2E;
}
.BgClassName
{
background-color: #ACDD2E;
}
</style>
border-color css
<style>
span { border-color: #ACDD2E; }
span { border-color: rgb(172,221,46); }
td.TdClassName
{
border-color: #ACDD2E;
}
.TagClassName
{
border-color: #ACDD2E;
}
</style>