Shades of Yellow Green #ACDA2D
Tints of Yellow Green #ACDA2D
RGB
CMYK
RGB Variations
Color information
#ACDA2D (or 0xACDA2D) is known color: Yellow Green. HEX triplet: AC, DA and 2D. RGB value is (172,218,45). Sum of RGB (Red+Green+Blue) = 172+218+45=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA2D is #5325D2. Grayscale: #B9B9B9. Windows color (decimal): -5449171 or 3005100. OLE color: 3005100.
HSL color Cylindrical-coordinate representation of color #ACDA2D: hue angle of 75.95º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACDA2D is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 45 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.15 |
| HSL | 75.95º | 0.7% | 0.52% | - |
| HSV(B) | 75.95º | 0.79% | 0.85% | - |
| XYZ | 42.56 | 59.1 | 11.65 | - |
| YUV | 184.52 | 49.26 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 45 | 0.21 | 0 | 0.79 | 0.15 | 75.95 | 0.7 | 0.52 |
| Hex | AC | DA | 2D | 15 | 0 | 4F | F | 4C | 46 | 34 |
| Octal | 254 | 332 | 55 | 25 | 0 | 117 | 17 | 114 | 106 | 64 |
| Binary | 10101100 | 11011010 | 101101 | 10101 | 0 | 1001111 | 1111 | 1001100 | 1000110 | 110100 |
Color Harmonies of #ACDA2D
Complementary color
Monochromatic Colors of #ACDA2D
Black with #ACDA2D
Text Example
Text Example
White with #ACDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA2D; }
p { color: rgb(172,218,45); }
H1.HeaderClassName
{
color: #ACDA2D;
}
.AnyTagClassName
{
color: #ACDA2D;
}
</style>
background-color css
<style>
a { background-color: #ACDA2D; }
a { background-color: rgb(172,218,45); }
div.DivClassName
{
background-color: #ACDA2D;
}
.BgClassName
{
background-color: #ACDA2D;
}
</style>
border-color css
<style>
span { border-color: #ACDA2D; }
span { border-color: rgb(172,218,45); }
td.TdClassName
{
border-color: #ACDA2D;
}
.TagClassName
{
border-color: #ACDA2D;
}
</style>