Shades of Yellow Green #AACC2D
Tints of Yellow Green #AACC2D
RGB
CMYK
RGB Variations
Color information
#AACC2D (or 0xAACC2D) is known color: Yellow Green. HEX triplet: AA, CC and 2D. RGB value is (170,204,45). Sum of RGB (Red+Green+Blue) = 170+204+45=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC2D is #5533D2. Grayscale: #B0B0B0. Windows color (decimal): -5583827 or 3001514. OLE color: 3001514.
HSL color Cylindrical-coordinate representation of color #AACC2D: hue angle of 72.83º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AACC2D is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 45 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.2 |
| HSL | 72.83º | 0.64% | 0.49% | - |
| HSV(B) | 72.83º | 0.78% | 0.8% | - |
| XYZ | 38.64 | 51.92 | 10.47 | - |
| YUV | 175.71 | 54.24 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 45 | 0.17 | 0 | 0.78 | 0.2 | 72.83 | 0.64 | 0.49 |
| Hex | AA | CC | 2D | 11 | 0 | 4E | 14 | 49 | 40 | 31 |
| Octal | 252 | 314 | 55 | 21 | 0 | 116 | 24 | 111 | 100 | 61 |
| Binary | 10101010 | 11001100 | 101101 | 10001 | 0 | 1001110 | 10100 | 1001001 | 1000000 | 110001 |
Color Harmonies of #AACC2D
Complementary color
Monochromatic Colors of #AACC2D
Black with #AACC2D
Text Example
Text Example
White with #AACC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC2D; }
p { color: rgb(170,204,45); }
H1.HeaderClassName
{
color: #AACC2D;
}
.AnyTagClassName
{
color: #AACC2D;
}
</style>
background-color css
<style>
a { background-color: #AACC2D; }
a { background-color: rgb(170,204,45); }
div.DivClassName
{
background-color: #AACC2D;
}
.BgClassName
{
background-color: #AACC2D;
}
</style>
border-color css
<style>
span { border-color: #AACC2D; }
span { border-color: rgb(170,204,45); }
td.TdClassName
{
border-color: #AACC2D;
}
.TagClassName
{
border-color: #AACC2D;
}
</style>