Shades of Green Yellow #ADF03A
Tints of Green Yellow #ADF03A
RGB
CMYK
RGB Variations
Color information
#ADF03A (or 0xADF03A) is known color: Green Yellow. HEX triplet: AD, F0 and 3A. RGB value is (173,240,58). Sum of RGB (Red+Green+Blue) = 173+240+58=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 58 (23.05% from 255 or 12.31% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF03A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF03A is #520FC5. Grayscale: #C7C7C7. Windows color (decimal): -5377990 or 3862701. OLE color: 3862701.
HSL color Cylindrical-coordinate representation of color #ADF03A: hue angle of 82.09º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADF03A is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 240 | 58 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.06 |
| HSL | 82.09º | 0.86% | 0.58% | - |
| HSV(B) | 82.09º | 0.76% | 0.94% | - |
| XYZ | 49.16 | 71.51 | 15.21 | - |
| YUV | 199.22 | 48.3 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 240 | 58 | 0.28 | 0 | 0.76 | 0.06 | 82.09 | 0.86 | 0.58 |
| Hex | AD | F0 | 3A | 1C | 0 | 4C | 6 | 52 | 56 | 3A |
| Octal | 255 | 360 | 72 | 34 | 0 | 114 | 6 | 122 | 126 | 72 |
| Binary | 10101101 | 11110000 | 111010 | 11100 | 0 | 1001100 | 110 | 1010010 | 1010110 | 111010 |
Color Harmonies of #ADF03A
Complementary color
Monochromatic Colors of #ADF03A
Black with #ADF03A
Text Example
Text Example
White with #ADF03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF03A; }
p { color: rgb(173,240,58); }
H1.HeaderClassName
{
color: #ADF03A;
}
.AnyTagClassName
{
color: #ADF03A;
}
</style>
background-color css
<style>
a { background-color: #ADF03A; }
a { background-color: rgb(173,240,58); }
div.DivClassName
{
background-color: #ADF03A;
}
.BgClassName
{
background-color: #ADF03A;
}
</style>
border-color css
<style>
span { border-color: #ADF03A; }
span { border-color: rgb(173,240,58); }
td.TdClassName
{
border-color: #ADF03A;
}
.TagClassName
{
border-color: #ADF03A;
}
</style>