Shades of Yellow Green #AADF2C
Tints of Yellow Green #AADF2C
RGB
CMYK
RGB Variations
Color information
#AADF2C (or 0xAADF2C) is known color: Yellow Green. HEX triplet: AA, DF and 2C. RGB value is (170,223,44). Sum of RGB (Red+Green+Blue) = 170+223+44=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF2C is #5520D3. Grayscale: #BBBBBB. Windows color (decimal): -5578964 or 2940842. OLE color: 2940842.
HSL color Cylindrical-coordinate representation of color #AADF2C: hue angle of 77.77º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AADF2C is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 44 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.13 |
| HSL | 77.77º | 0.74% | 0.52% | - |
| HSV(B) | 77.77º | 0.8% | 0.87% | - |
| XYZ | 43.42 | 61.5 | 11.97 | - |
| YUV | 186.75 | 47.44 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 44 | 0.24 | 0 | 0.80 | 0.13 | 77.77 | 0.74 | 0.52 |
| Hex | AA | DF | 2C | 18 | 0 | 50 | D | 4E | 4A | 34 |
| Octal | 252 | 337 | 54 | 30 | 0 | 120 | 15 | 116 | 112 | 64 |
| Binary | 10101010 | 11011111 | 101100 | 11000 | 0 | 1010000 | 1101 | 1001110 | 1001010 | 110100 |
Color Harmonies of #AADF2C
Complementary color
Monochromatic Colors of #AADF2C
Black with #AADF2C
Text Example
Text Example
White with #AADF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF2C; }
p { color: rgb(170,223,44); }
H1.HeaderClassName
{
color: #AADF2C;
}
.AnyTagClassName
{
color: #AADF2C;
}
</style>
background-color css
<style>
a { background-color: #AADF2C; }
a { background-color: rgb(170,223,44); }
div.DivClassName
{
background-color: #AADF2C;
}
.BgClassName
{
background-color: #AADF2C;
}
</style>
border-color css
<style>
span { border-color: #AADF2C; }
span { border-color: rgb(170,223,44); }
td.TdClassName
{
border-color: #AADF2C;
}
.TagClassName
{
border-color: #AADF2C;
}
</style>