Shades of Yellow Green #AACD2C
Tints of Yellow Green #AACD2C
RGB
CMYK
RGB Variations
Color information
#AACD2C (or 0xAACD2C) is known color: Yellow Green. HEX triplet: AA, CD and 2C. RGB value is (170,205,44). Sum of RGB (Red+Green+Blue) = 170+205+44=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACD2C is #5532D3. Grayscale: #B0B0B0. Windows color (decimal): -5583572 or 2936234. OLE color: 2936234.
HSL color Cylindrical-coordinate representation of color #AACD2C: hue angle of 73.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AACD2C is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 44 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.20 |
| HSL | 73.04º | 0.65% | 0.49% | - |
| HSV(B) | 73.04º | 0.79% | 0.8% | - |
| XYZ | 38.86 | 52.39 | 10.45 | - |
| YUV | 176.18 | 53.4 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 44 | 0.17 | 0 | 0.79 | 0.20 | 73.04 | 0.65 | 0.49 |
| Hex | AA | CD | 2C | 11 | 0 | 4F | 14 | 49 | 41 | 31 |
| Octal | 252 | 315 | 54 | 21 | 0 | 117 | 24 | 111 | 101 | 61 |
| Binary | 10101010 | 11001101 | 101100 | 10001 | 0 | 1001111 | 10100 | 1001001 | 1000001 | 110001 |
Color Harmonies of #AACD2C
Complementary color
Monochromatic Colors of #AACD2C
Black with #AACD2C
Text Example
Text Example
White with #AACD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD2C; }
p { color: rgb(170,205,44); }
H1.HeaderClassName
{
color: #AACD2C;
}
.AnyTagClassName
{
color: #AACD2C;
}
</style>
background-color css
<style>
a { background-color: #AACD2C; }
a { background-color: rgb(170,205,44); }
div.DivClassName
{
background-color: #AACD2C;
}
.BgClassName
{
background-color: #AACD2C;
}
</style>
border-color css
<style>
span { border-color: #AACD2C; }
span { border-color: rgb(170,205,44); }
td.TdClassName
{
border-color: #AACD2C;
}
.TagClassName
{
border-color: #AACD2C;
}
</style>