Shades of Yellow Green #AACD33
Tints of Yellow Green #AACD33
RGB
CMYK
RGB Variations
Color information
#AACD33 (or 0xAACD33) is known color: Yellow Green. HEX triplet: AA, CD and 33. RGB value is (170,205,51). Sum of RGB (Red+Green+Blue) = 170+205+51=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD33 is #5532CC. Grayscale: #B1B1B1. Windows color (decimal): -5583565 or 3394986. OLE color: 3394986.
HSL color Cylindrical-coordinate representation of color #AACD33: hue angle of 73.64º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AACD33 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 51 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.20 |
| HSL | 73.64º | 0.61% | 0.5% | - |
| HSV(B) | 73.64º | 0.75% | 0.8% | - |
| XYZ | 39.01 | 52.45 | 11.2 | - |
| YUV | 176.98 | 56.9 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 51 | 0.17 | 0 | 0.75 | 0.20 | 73.64 | 0.61 | 0.5 |
| Hex | AA | CD | 33 | 11 | 0 | 4B | 14 | 4A | 3D | 32 |
| Octal | 252 | 315 | 63 | 21 | 0 | 113 | 24 | 112 | 75 | 62 |
| Binary | 10101010 | 11001101 | 110011 | 10001 | 0 | 1001011 | 10100 | 1001010 | 111101 | 110010 |
Color Harmonies of #AACD33
Complementary color
Monochromatic Colors of #AACD33
Black with #AACD33
Text Example
Text Example
White with #AACD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD33; }
p { color: rgb(170,205,51); }
H1.HeaderClassName
{
color: #AACD33;
}
.AnyTagClassName
{
color: #AACD33;
}
</style>
background-color css
<style>
a { background-color: #AACD33; }
a { background-color: rgb(170,205,51); }
div.DivClassName
{
background-color: #AACD33;
}
.BgClassName
{
background-color: #AACD33;
}
</style>
border-color css
<style>
span { border-color: #AACD33; }
span { border-color: rgb(170,205,51); }
td.TdClassName
{
border-color: #AACD33;
}
.TagClassName
{
border-color: #AACD33;
}
</style>