Shades of Green Yellow #ADEE2A
Tints of Green Yellow #ADEE2A
RGB
CMYK
RGB Variations
Color information
#ADEE2A (or 0xADEE2A) is known color: Green Yellow. HEX triplet: AD, EE and 2A. RGB value is (173,238,42). Sum of RGB (Red+Green+Blue) = 173+238+42=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 238 (93.36% from 255 or 52.54% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 238 - color contains mainly: green. Hex color #ADEE2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEE2A is #5211D5. Grayscale: #C4C4C4. Windows color (decimal): -5378518 or 2813613. OLE color: 2813613.
HSL color Cylindrical-coordinate representation of color #ADEE2A: hue angle of 79.9º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADEE2A is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 238 | 42 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.07 |
| HSL | 79.9º | 0.85% | 0.55% | - |
| HSV(B) | 79.9º | 0.82% | 0.93% | - |
| XYZ | 48.23 | 70.2 | 13.2 | - |
| YUV | 196.22 | 40.97 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 238 | 42 | 0.27 | 0 | 0.82 | 0.07 | 79.9 | 0.85 | 0.55 |
| Hex | AD | EE | 2A | 1B | 0 | 52 | 7 | 50 | 55 | 37 |
| Octal | 255 | 356 | 52 | 33 | 0 | 122 | 7 | 120 | 125 | 67 |
| Binary | 10101101 | 11101110 | 101010 | 11011 | 0 | 1010010 | 111 | 1010000 | 1010101 | 110111 |
Color Harmonies of #ADEE2A
Complementary color
Monochromatic Colors of #ADEE2A
Black with #ADEE2A
Text Example
Text Example
White with #ADEE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEE2A; }
p { color: rgb(173,238,42); }
H1.HeaderClassName
{
color: #ADEE2A;
}
.AnyTagClassName
{
color: #ADEE2A;
}
</style>
background-color css
<style>
a { background-color: #ADEE2A; }
a { background-color: rgb(173,238,42); }
div.DivClassName
{
background-color: #ADEE2A;
}
.BgClassName
{
background-color: #ADEE2A;
}
</style>
border-color css
<style>
span { border-color: #ADEE2A; }
span { border-color: rgb(173,238,42); }
td.TdClassName
{
border-color: #ADEE2A;
}
.TagClassName
{
border-color: #ADEE2A;
}
</style>