Shades of Green Yellow #ADEB3A
Tints of Green Yellow #ADEB3A
RGB
CMYK
RGB Variations
Color information
#ADEB3A (or 0xADEB3A) is known color: Green Yellow. HEX triplet: AD, EB and 3A. RGB value is (173,235,58). Sum of RGB (Red+Green+Blue) = 173+235+58=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB3A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB3A is #5214C5. Grayscale: #C4C4C4. Windows color (decimal): -5379270 or 3861421. OLE color: 3861421.
HSL color Cylindrical-coordinate representation of color #ADEB3A: hue angle of 81.02º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADEB3A is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 235 | 58 | - |
| CMYK | 0.26 | 0 | 0.75 | 0.08 |
| HSL | 81.02º | 0.82% | 0.57% | - |
| HSV(B) | 81.02º | 0.75% | 0.92% | - |
| XYZ | 47.71 | 68.61 | 14.73 | - |
| YUV | 196.28 | 49.96 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 235 | 58 | 0.26 | 0 | 0.75 | 0.08 | 81.02 | 0.82 | 0.57 |
| Hex | AD | EB | 3A | 1A | 0 | 4B | 8 | 51 | 52 | 39 |
| Octal | 255 | 353 | 72 | 32 | 0 | 113 | 10 | 121 | 122 | 71 |
| Binary | 10101101 | 11101011 | 111010 | 11010 | 0 | 1001011 | 1000 | 1010001 | 1010010 | 111001 |
Color Harmonies of #ADEB3A
Complementary color
Monochromatic Colors of #ADEB3A
Black with #ADEB3A
Text Example
Text Example
White with #ADEB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEB3A; }
p { color: rgb(173,235,58); }
H1.HeaderClassName
{
color: #ADEB3A;
}
.AnyTagClassName
{
color: #ADEB3A;
}
</style>
background-color css
<style>
a { background-color: #ADEB3A; }
a { background-color: rgb(173,235,58); }
div.DivClassName
{
background-color: #ADEB3A;
}
.BgClassName
{
background-color: #ADEB3A;
}
</style>
border-color css
<style>
span { border-color: #ADEB3A; }
span { border-color: rgb(173,235,58); }
td.TdClassName
{
border-color: #ADEB3A;
}
.TagClassName
{
border-color: #ADEB3A;
}
</style>