Shades of Green Yellow #ADEC28
Tints of Green Yellow #ADEC28
RGB
CMYK
RGB Variations
Color information
#ADEC28 (or 0xADEC28) is known color: Green Yellow. HEX triplet: AD, EC and 28. RGB value is (173,236,40). Sum of RGB (Red+Green+Blue) = 173+236+40=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #ADEC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEC28 is #5213D7. Grayscale: #C3C3C3. Windows color (decimal): -5379032 or 2682029. OLE color: 2682029.
HSL color Cylindrical-coordinate representation of color #ADEC28: hue angle of 79.29º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADEC28 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 236 | 40 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.07 |
| HSL | 79.29º | 0.84% | 0.54% | - |
| HSV(B) | 79.29º | 0.83% | 0.93% | - |
| XYZ | 47.61 | 69.03 | 12.82 | - |
| YUV | 194.82 | 40.63 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 236 | 40 | 0.27 | 0 | 0.83 | 0.07 | 79.29 | 0.84 | 0.54 |
| Hex | AD | EC | 28 | 1B | 0 | 53 | 7 | 4F | 54 | 36 |
| Octal | 255 | 354 | 50 | 33 | 0 | 123 | 7 | 117 | 124 | 66 |
| Binary | 10101101 | 11101100 | 101000 | 11011 | 0 | 1010011 | 111 | 1001111 | 1010100 | 110110 |
Color Harmonies of #ADEC28
Complementary color
Monochromatic Colors of #ADEC28
Black with #ADEC28
Text Example
Text Example
White with #ADEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEC28; }
p { color: rgb(173,236,40); }
H1.HeaderClassName
{
color: #ADEC28;
}
.AnyTagClassName
{
color: #ADEC28;
}
</style>
background-color css
<style>
a { background-color: #ADEC28; }
a { background-color: rgb(173,236,40); }
div.DivClassName
{
background-color: #ADEC28;
}
.BgClassName
{
background-color: #ADEC28;
}
</style>
border-color css
<style>
span { border-color: #ADEC28; }
span { border-color: rgb(173,236,40); }
td.TdClassName
{
border-color: #ADEC28;
}
.TagClassName
{
border-color: #ADEC28;
}
</style>