Shades of Green Yellow #ADED2C
Tints of Green Yellow #ADED2C
RGB
CMYK
RGB Variations
Color information
#ADED2C (or 0xADED2C) is known color: Green Yellow. HEX triplet: AD, ED and 2C. RGB value is (173,237,44). Sum of RGB (Red+Green+Blue) = 173+237+44=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADED2C is #5212D3. Grayscale: #C4C4C4. Windows color (decimal): -5378772 or 2944429. OLE color: 2944429.
HSL color Cylindrical-coordinate representation of color #ADED2C: hue angle of 79.9º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADED2C is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 44 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.07 |
| HSL | 79.9º | 0.84% | 0.55% | - |
| HSV(B) | 79.9º | 0.81% | 0.93% | - |
| XYZ | 47.97 | 69.63 | 13.3 | - |
| YUV | 195.86 | 42.3 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 44 | 0.27 | 0 | 0.81 | 0.07 | 79.9 | 0.84 | 0.55 |
| Hex | AD | ED | 2C | 1B | 0 | 51 | 7 | 50 | 54 | 37 |
| Octal | 255 | 355 | 54 | 33 | 0 | 121 | 7 | 120 | 124 | 67 |
| Binary | 10101101 | 11101101 | 101100 | 11011 | 0 | 1010001 | 111 | 1010000 | 1010100 | 110111 |
Color Harmonies of #ADED2C
Complementary color
Monochromatic Colors of #ADED2C
Black with #ADED2C
Text Example
Text Example
White with #ADED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADED2C; }
p { color: rgb(173,237,44); }
H1.HeaderClassName
{
color: #ADED2C;
}
.AnyTagClassName
{
color: #ADED2C;
}
</style>
background-color css
<style>
a { background-color: #ADED2C; }
a { background-color: rgb(173,237,44); }
div.DivClassName
{
background-color: #ADED2C;
}
.BgClassName
{
background-color: #ADED2C;
}
</style>
border-color css
<style>
span { border-color: #ADED2C; }
span { border-color: rgb(173,237,44); }
td.TdClassName
{
border-color: #ADED2C;
}
.TagClassName
{
border-color: #ADED2C;
}
</style>