Shades of Green Yellow #ADF12D
Tints of Green Yellow #ADF12D
RGB
CMYK
RGB Variations
Color information
#ADF12D (or 0xADF12D) is known color: Green Yellow. HEX triplet: AD, F1 and 2D. RGB value is (173,241,45). Sum of RGB (Red+Green+Blue) = 173+241+45=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF12D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADF12D is #520ED2. Grayscale: #C7C7C7. Windows color (decimal): -5377747 or 3010989. OLE color: 3010989.
HSL color Cylindrical-coordinate representation of color #ADF12D: hue angle of 80.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADF12D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 241 | 45 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.05 |
| HSL | 80.82º | 0.88% | 0.56% | - |
| HSV(B) | 80.82º | 0.81% | 0.95% | - |
| XYZ | 49.16 | 71.98 | 13.79 | - |
| YUV | 198.32 | 41.47 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 241 | 45 | 0.28 | 0 | 0.81 | 0.05 | 80.82 | 0.88 | 0.56 |
| Hex | AD | F1 | 2D | 1C | 0 | 51 | 5 | 51 | 58 | 38 |
| Octal | 255 | 361 | 55 | 34 | 0 | 121 | 5 | 121 | 130 | 70 |
| Binary | 10101101 | 11110001 | 101101 | 11100 | 0 | 1010001 | 101 | 1010001 | 1011000 | 111000 |
Color Harmonies of #ADF12D
Complementary color
Monochromatic Colors of #ADF12D
Black with #ADF12D
Text Example
Text Example
White with #ADF12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF12D; }
p { color: rgb(173,241,45); }
H1.HeaderClassName
{
color: #ADF12D;
}
.AnyTagClassName
{
color: #ADF12D;
}
</style>
background-color css
<style>
a { background-color: #ADF12D; }
a { background-color: rgb(173,241,45); }
div.DivClassName
{
background-color: #ADF12D;
}
.BgClassName
{
background-color: #ADF12D;
}
</style>
border-color css
<style>
span { border-color: #ADF12D; }
span { border-color: rgb(173,241,45); }
td.TdClassName
{
border-color: #ADF12D;
}
.TagClassName
{
border-color: #ADF12D;
}
</style>