Shades of Yellow Green #ACDC2C
Tints of Yellow Green #ACDC2C
RGB
CMYK
RGB Variations
Color information
#ACDC2C (or 0xACDC2C) is known color: Yellow Green. HEX triplet: AC, DC and 2C. RGB value is (172,220,44). Sum of RGB (Red+Green+Blue) = 172+220+44=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC2C is #5323D3. Grayscale: #BABABA. Windows color (decimal): -5448660 or 2940076. OLE color: 2940076.
HSL color Cylindrical-coordinate representation of color #ACDC2C: hue angle of 76.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACDC2C is Cyan = 0.22, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 220 | 44 | - |
| CMYK | 0.22 | 0 | 0.8 | 0.14 |
| HSL | 76.36º | 0.72% | 0.52% | - |
| HSV(B) | 76.36º | 0.8% | 0.86% | - |
| XYZ | 43.06 | 60.14 | 11.72 | - |
| YUV | 185.58 | 48.1 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 220 | 44 | 0.22 | 0 | 0.8 | 0.14 | 76.36 | 0.72 | 0.52 |
| Hex | AC | DC | 2C | 16 | 0 | 50 | E | 4C | 48 | 34 |
| Octal | 254 | 334 | 54 | 26 | 0 | 120 | 16 | 114 | 110 | 64 |
| Binary | 10101100 | 11011100 | 101100 | 10110 | 0 | 1010000 | 1110 | 1001100 | 1001000 | 110100 |
Color Harmonies of #ACDC2C
Complementary color
Monochromatic Colors of #ACDC2C
Black with #ACDC2C
Text Example
Text Example
White with #ACDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDC2C; }
p { color: rgb(172,220,44); }
H1.HeaderClassName
{
color: #ACDC2C;
}
.AnyTagClassName
{
color: #ACDC2C;
}
</style>
background-color css
<style>
a { background-color: #ACDC2C; }
a { background-color: rgb(172,220,44); }
div.DivClassName
{
background-color: #ACDC2C;
}
.BgClassName
{
background-color: #ACDC2C;
}
</style>
border-color css
<style>
span { border-color: #ACDC2C; }
span { border-color: rgb(172,220,44); }
td.TdClassName
{
border-color: #ACDC2C;
}
.TagClassName
{
border-color: #ACDC2C;
}
</style>