Shades of Green Yellow #ADF12A
Tints of Green Yellow #ADF12A
RGB
CMYK
RGB Variations
Color information
#ADF12A (or 0xADF12A) is known color: Green Yellow. HEX triplet: AD, F1 and 2A. RGB value is (173,241,42). Sum of RGB (Red+Green+Blue) = 173+241+42=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF12A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF12A is #520ED5. Grayscale: #C6C6C6. Windows color (decimal): -5377750 or 2814381. OLE color: 2814381.
HSL color Cylindrical-coordinate representation of color #ADF12A: hue angle of 80.5º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADF12A is Cyan = 0.28, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 42 | - |
| CMYK | 0.28 | 0 | 0.83 | 0.05 |
| HSL | 80.5º | 0.88% | 0.55% | - |
| HSV(B) | 80.5º | 0.83% | 0.95% | - |
| XYZ | 49.11 | 71.96 | 13.49 | - |
| YUV | 197.98 | 39.97 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 42 | 0.28 | 0 | 0.83 | 0.05 | 80.5 | 0.88 | 0.55 |
| Hex | AD | F1 | 2A | 1C | 0 | 53 | 5 | 51 | 58 | 37 |
| Octal | 255 | 361 | 52 | 34 | 0 | 123 | 5 | 121 | 130 | 67 |
| Binary | 10101101 | 11110001 | 101010 | 11100 | 0 | 1010011 | 101 | 1010001 | 1011000 | 110111 |
Color Harmonies of #ADF12A
Complementary color
Monochromatic Colors of #ADF12A
Black with #ADF12A
Text Example
Text Example
White with #ADF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF12A; }
p { color: rgb(173,241,42); }
H1.HeaderClassName
{
color: #ADF12A;
}
.AnyTagClassName
{
color: #ADF12A;
}
</style>
background-color css
<style>
a { background-color: #ADF12A; }
a { background-color: rgb(173,241,42); }
div.DivClassName
{
background-color: #ADF12A;
}
.BgClassName
{
background-color: #ADF12A;
}
</style>
border-color css
<style>
span { border-color: #ADF12A; }
span { border-color: rgb(173,241,42); }
td.TdClassName
{
border-color: #ADF12A;
}
.TagClassName
{
border-color: #ADF12A;
}
</style>