Shades of Yellow Green #AADF2D
Tints of Yellow Green #AADF2D
RGB
CMYK
RGB Variations
Color information
#AADF2D (or 0xAADF2D) is known color: Yellow Green. HEX triplet: AA, DF and 2D. RGB value is (170,223,45). Sum of RGB (Red+Green+Blue) = 170+223+45=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 45 (17.97% from 255 or 10.27% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF2D is #5520D2. Grayscale: #BBBBBB. Windows color (decimal): -5578963 or 3006378. OLE color: 3006378.
HSL color Cylindrical-coordinate representation of color #AADF2D: hue angle of 77.87º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AADF2D is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 45 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.13 |
| HSL | 77.87º | 0.74% | 0.53% | - |
| HSV(B) | 77.87º | 0.8% | 0.87% | - |
| XYZ | 43.44 | 61.51 | 12.07 | - |
| YUV | 186.86 | 47.94 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 45 | 0.24 | 0 | 0.80 | 0.13 | 77.87 | 0.74 | 0.53 |
| Hex | AA | DF | 2D | 18 | 0 | 50 | D | 4E | 4A | 35 |
| Octal | 252 | 337 | 55 | 30 | 0 | 120 | 15 | 116 | 112 | 65 |
| Binary | 10101010 | 11011111 | 101101 | 11000 | 0 | 1010000 | 1101 | 1001110 | 1001010 | 110101 |
Color Harmonies of #AADF2D
Complementary color
Monochromatic Colors of #AADF2D
Black with #AADF2D
Text Example
Text Example
White with #AADF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF2D; }
p { color: rgb(170,223,45); }
H1.HeaderClassName
{
color: #AADF2D;
}
.AnyTagClassName
{
color: #AADF2D;
}
</style>
background-color css
<style>
a { background-color: #AADF2D; }
a { background-color: rgb(170,223,45); }
div.DivClassName
{
background-color: #AADF2D;
}
.BgClassName
{
background-color: #AADF2D;
}
</style>
border-color css
<style>
span { border-color: #AADF2D; }
span { border-color: rgb(170,223,45); }
td.TdClassName
{
border-color: #AADF2D;
}
.TagClassName
{
border-color: #AADF2D;
}
</style>