Shades of Yellow Green #ACDA2A
Tints of Yellow Green #ACDA2A
RGB
CMYK
RGB Variations
Color information
#ACDA2A (or 0xACDA2A) is known color: Yellow Green. HEX triplet: AC, DA and 2A. RGB value is (172,218,42). Sum of RGB (Red+Green+Blue) = 172+218+42=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 218 (85.55% from 255 or 50.46% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA2A is #5325D5. Grayscale: #B8B8B8. Windows color (decimal): -5449174 or 2808492. OLE color: 2808492.
HSL color Cylindrical-coordinate representation of color #ACDA2A: hue angle of 75.68º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACDA2A is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 218 | 42 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.15 |
| HSL | 75.68º | 0.7% | 0.51% | - |
| HSV(B) | 75.68º | 0.81% | 0.85% | - |
| XYZ | 42.5 | 59.08 | 11.35 | - |
| YUV | 184.18 | 47.76 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 218 | 42 | 0.21 | 0 | 0.81 | 0.15 | 75.68 | 0.7 | 0.51 |
| Hex | AC | DA | 2A | 15 | 0 | 51 | F | 4C | 46 | 33 |
| Octal | 254 | 332 | 52 | 25 | 0 | 121 | 17 | 114 | 106 | 63 |
| Binary | 10101100 | 11011010 | 101010 | 10101 | 0 | 1010001 | 1111 | 1001100 | 1000110 | 110011 |
Color Harmonies of #ACDA2A
Complementary color
Monochromatic Colors of #ACDA2A
Black with #ACDA2A
Text Example
Text Example
White with #ACDA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDA2A; }
p { color: rgb(172,218,42); }
H1.HeaderClassName
{
color: #ACDA2A;
}
.AnyTagClassName
{
color: #ACDA2A;
}
</style>
background-color css
<style>
a { background-color: #ACDA2A; }
a { background-color: rgb(172,218,42); }
div.DivClassName
{
background-color: #ACDA2A;
}
.BgClassName
{
background-color: #ACDA2A;
}
</style>
border-color css
<style>
span { border-color: #ACDA2A; }
span { border-color: rgb(172,218,42); }
td.TdClassName
{
border-color: #ACDA2A;
}
.TagClassName
{
border-color: #ACDA2A;
}
</style>