Shades of Green Yellow #ADEA2A
Tints of Green Yellow #ADEA2A
RGB
CMYK
RGB Variations
Color information
#ADEA2A (or 0xADEA2A) is known color: Green Yellow. HEX triplet: AD, EA and 2A. RGB value is (173,234,42). Sum of RGB (Red+Green+Blue) = 173+234+42=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 234 (91.80% from 255 or 52.12% from 449); Blue value is 42 (16.80% from 255 or 9.35% from 449); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEA2A is #5215D5. Grayscale: #C2C2C2. Windows color (decimal): -5379542 or 2812589. OLE color: 2812589.
HSL color Cylindrical-coordinate representation of color #ADEA2A: hue angle of 79.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADEA2A is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 42 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.08 |
| HSL | 79.06º | 0.82% | 0.54% | - |
| HSV(B) | 79.06º | 0.82% | 0.92% | - |
| XYZ | 47.07 | 67.9 | 12.81 | - |
| YUV | 193.87 | 42.29 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 42 | 0.26 | 0 | 0.82 | 0.08 | 79.06 | 0.82 | 0.54 |
| Hex | AD | EA | 2A | 1A | 0 | 52 | 8 | 4F | 52 | 36 |
| Octal | 255 | 352 | 52 | 32 | 0 | 122 | 10 | 117 | 122 | 66 |
| Binary | 10101101 | 11101010 | 101010 | 11010 | 0 | 1010010 | 1000 | 1001111 | 1010010 | 110110 |
Color Harmonies of #ADEA2A
Complementary color
Monochromatic Colors of #ADEA2A
Black with #ADEA2A
Text Example
Text Example
White with #ADEA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA2A; }
p { color: rgb(173,234,42); }
H1.HeaderClassName
{
color: #ADEA2A;
}
.AnyTagClassName
{
color: #ADEA2A;
}
</style>
background-color css
<style>
a { background-color: #ADEA2A; }
a { background-color: rgb(173,234,42); }
div.DivClassName
{
background-color: #ADEA2A;
}
.BgClassName
{
background-color: #ADEA2A;
}
</style>
border-color css
<style>
span { border-color: #ADEA2A; }
span { border-color: rgb(173,234,42); }
td.TdClassName
{
border-color: #ADEA2A;
}
.TagClassName
{
border-color: #ADEA2A;
}
</style>