Shades of Yellow Green #ACDD2D
Tints of Yellow Green #ACDD2D
RGB
CMYK
RGB Variations
Color information
#ACDD2D (or 0xACDD2D) is known color: Yellow Green. HEX triplet: AC, DD and 2D. RGB value is (172,221,45). Sum of RGB (Red+Green+Blue) = 172+221+45=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD2D is #5322D2. Grayscale: #BABABA. Windows color (decimal): -5448403 or 3005868. OLE color: 3005868.
HSL color Cylindrical-coordinate representation of color #ACDD2D: hue angle of 76.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACDD2D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 45 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.13 |
| HSL | 76.7º | 0.72% | 0.52% | - |
| HSV(B) | 76.7º | 0.8% | 0.87% | - |
| XYZ | 43.34 | 60.67 | 11.91 | - |
| YUV | 186.29 | 48.27 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 45 | 0.22 | 0 | 0.80 | 0.13 | 76.7 | 0.72 | 0.52 |
| Hex | AC | DD | 2D | 16 | 0 | 50 | D | 4D | 48 | 34 |
| Octal | 254 | 335 | 55 | 26 | 0 | 120 | 15 | 115 | 110 | 64 |
| Binary | 10101100 | 11011101 | 101101 | 10110 | 0 | 1010000 | 1101 | 1001101 | 1001000 | 110100 |
Color Harmonies of #ACDD2D
Complementary color
Monochromatic Colors of #ACDD2D
Black with #ACDD2D
Text Example
Text Example
White with #ACDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD2D; }
p { color: rgb(172,221,45); }
H1.HeaderClassName
{
color: #ACDD2D;
}
.AnyTagClassName
{
color: #ACDD2D;
}
</style>
background-color css
<style>
a { background-color: #ACDD2D; }
a { background-color: rgb(172,221,45); }
div.DivClassName
{
background-color: #ACDD2D;
}
.BgClassName
{
background-color: #ACDD2D;
}
</style>
border-color css
<style>
span { border-color: #ACDD2D; }
span { border-color: rgb(172,221,45); }
td.TdClassName
{
border-color: #ACDD2D;
}
.TagClassName
{
border-color: #ACDD2D;
}
</style>