Shades of Yellow Green #ACD02E
Tints of Yellow Green #ACD02E
RGB
CMYK
RGB Variations
Color information
#ACD02E (or 0xACD02E) is known color: Yellow Green. HEX triplet: AC, D0 and 2E. RGB value is (172,208,46). Sum of RGB (Red+Green+Blue) = 172+208+46=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 46 (18.36% from 255 or 10.80% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD02E is #532FD1. Grayscale: #B3B3B3. Windows color (decimal): -5451730 or 3068076. OLE color: 3068076.
HSL color Cylindrical-coordinate representation of color #ACD02E: hue angle of 73.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACD02E is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 46 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.18 |
| HSL | 73.33º | 0.64% | 0.5% | - |
| HSV(B) | 73.33º | 0.78% | 0.82% | - |
| XYZ | 40.06 | 54.08 | 10.91 | - |
| YUV | 178.77 | 53.07 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 46 | 0.17 | 0 | 0.78 | 0.18 | 73.33 | 0.64 | 0.5 |
| Hex | AC | D0 | 2E | 11 | 0 | 4E | 12 | 49 | 40 | 32 |
| Octal | 254 | 320 | 56 | 21 | 0 | 116 | 22 | 111 | 100 | 62 |
| Binary | 10101100 | 11010000 | 101110 | 10001 | 0 | 1001110 | 10010 | 1001001 | 1000000 | 110010 |
Color Harmonies of #ACD02E
Complementary color
Monochromatic Colors of #ACD02E
Black with #ACD02E
Text Example
Text Example
White with #ACD02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD02E; }
p { color: rgb(172,208,46); }
H1.HeaderClassName
{
color: #ACD02E;
}
.AnyTagClassName
{
color: #ACD02E;
}
</style>
background-color css
<style>
a { background-color: #ACD02E; }
a { background-color: rgb(172,208,46); }
div.DivClassName
{
background-color: #ACD02E;
}
.BgClassName
{
background-color: #ACD02E;
}
</style>
border-color css
<style>
span { border-color: #ACD02E; }
span { border-color: rgb(172,208,46); }
td.TdClassName
{
border-color: #ACD02E;
}
.TagClassName
{
border-color: #ACD02E;
}
</style>