Shades of Yellow Green #AADF2B
Tints of Yellow Green #AADF2B
RGB
CMYK
RGB Variations
Color information
#AADF2B (or 0xAADF2B) is known color: Yellow Green. HEX triplet: AA, DF and 2B. RGB value is (170,223,43). Sum of RGB (Red+Green+Blue) = 170+223+43=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADF2B is #5520D4. Grayscale: #BBBBBB. Windows color (decimal): -5578965 or 2875306. OLE color: 2875306.
HSL color Cylindrical-coordinate representation of color #AADF2B: hue angle of 77.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AADF2B is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 43 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.13 |
| HSL | 77.67º | 0.74% | 0.52% | - |
| HSV(B) | 77.67º | 0.81% | 0.87% | - |
| XYZ | 43.4 | 61.5 | 11.87 | - |
| YUV | 186.63 | 46.94 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 43 | 0.24 | 0 | 0.81 | 0.13 | 77.67 | 0.74 | 0.52 |
| Hex | AA | DF | 2B | 18 | 0 | 51 | D | 4E | 4A | 34 |
| Octal | 252 | 337 | 53 | 30 | 0 | 121 | 15 | 116 | 112 | 64 |
| Binary | 10101010 | 11011111 | 101011 | 11000 | 0 | 1010001 | 1101 | 1001110 | 1001010 | 110100 |
Color Harmonies of #AADF2B
Complementary color
Monochromatic Colors of #AADF2B
Black with #AADF2B
Text Example
Text Example
White with #AADF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADF2B; }
p { color: rgb(170,223,43); }
H1.HeaderClassName
{
color: #AADF2B;
}
.AnyTagClassName
{
color: #AADF2B;
}
</style>
background-color css
<style>
a { background-color: #AADF2B; }
a { background-color: rgb(170,223,43); }
div.DivClassName
{
background-color: #AADF2B;
}
.BgClassName
{
background-color: #AADF2B;
}
</style>
border-color css
<style>
span { border-color: #AADF2B; }
span { border-color: rgb(170,223,43); }
td.TdClassName
{
border-color: #AADF2B;
}
.TagClassName
{
border-color: #AADF2B;
}
</style>