Shades of Green Yellow #ADF12C
Tints of Green Yellow #ADF12C
RGB
CMYK
RGB Variations
Color information
#ADF12C (or 0xADF12C) is known color: Green Yellow. HEX triplet: AD, F1 and 2C. RGB value is (173,241,44). Sum of RGB (Red+Green+Blue) = 173+241+44=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 44 (17.58% from 255 or 9.61% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF12C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF12C is #520ED3. Grayscale: #C6C6C6. Windows color (decimal): -5377748 or 2945453. OLE color: 2945453.
HSL color Cylindrical-coordinate representation of color #ADF12C: hue angle of 80.71º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADF12C is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 44 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.05 |
| HSL | 80.71º | 0.88% | 0.56% | - |
| HSV(B) | 80.71º | 0.82% | 0.95% | - |
| XYZ | 49.14 | 71.98 | 13.69 | - |
| YUV | 198.21 | 40.97 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 44 | 0.28 | 0 | 0.82 | 0.05 | 80.71 | 0.88 | 0.56 |
| Hex | AD | F1 | 2C | 1C | 0 | 52 | 5 | 51 | 58 | 38 |
| Octal | 255 | 361 | 54 | 34 | 0 | 122 | 5 | 121 | 130 | 70 |
| Binary | 10101101 | 11110001 | 101100 | 11100 | 0 | 1010010 | 101 | 1010001 | 1011000 | 111000 |
Color Harmonies of #ADF12C
Complementary color
Monochromatic Colors of #ADF12C
Black with #ADF12C
Text Example
Text Example
White with #ADF12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF12C; }
p { color: rgb(173,241,44); }
H1.HeaderClassName
{
color: #ADF12C;
}
.AnyTagClassName
{
color: #ADF12C;
}
</style>
background-color css
<style>
a { background-color: #ADF12C; }
a { background-color: rgb(173,241,44); }
div.DivClassName
{
background-color: #ADF12C;
}
.BgClassName
{
background-color: #ADF12C;
}
</style>
border-color css
<style>
span { border-color: #ADF12C; }
span { border-color: rgb(173,241,44); }
td.TdClassName
{
border-color: #ADF12C;
}
.TagClassName
{
border-color: #ADF12C;
}
</style>