Shades of Green Yellow #ADFF2A
Tints of Green Yellow #ADFF2A
RGB
CMYK
RGB Variations
Color information
#ADFF2A (or 0xADFF2A) is known color: Green Yellow. HEX triplet: AD, FF and 2A. RGB value is (173,255,42). Sum of RGB (Red+Green+Blue) = 173+255+42=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 42 (16.80% from 255 or 8.94% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADFF2A is #5200D5. Grayscale: #CECECE. Windows color (decimal): -5374166 or 2817965. OLE color: 2817965.
HSL color Cylindrical-coordinate representation of color #ADFF2A: hue angle of 83.1º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADFF2A is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 42 | - |
| CMYK | 0.32 | 0 | 0.84 | 0 |
| HSL | 83.1º | 1% | 0.58% | - |
| HSV(B) | 83.1º | 0.84% | 1% | - |
| XYZ | 53.41 | 80.57 | 14.93 | - |
| YUV | 206.2 | 35.33 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 42 | 0.32 | 0 | 0.84 | 0 | 83.1 | 1 | 0.58 |
| Hex | AD | FF | 2A | 20 | 0 | 54 | 0 | 53 | 64 | 3A |
| Octal | 255 | 377 | 52 | 40 | 0 | 124 | 0 | 123 | 144 | 72 |
| Binary | 10101101 | 11111111 | 101010 | 100000 | 0 | 1010100 | 0 | 1010011 | 1100100 | 111010 |
Color Harmonies of #ADFF2A
Complementary color
Monochromatic Colors of #ADFF2A
Black with #ADFF2A
Text Example
Text Example
White with #ADFF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF2A; }
p { color: rgb(173,255,42); }
H1.HeaderClassName
{
color: #ADFF2A;
}
.AnyTagClassName
{
color: #ADFF2A;
}
</style>
background-color css
<style>
a { background-color: #ADFF2A; }
a { background-color: rgb(173,255,42); }
div.DivClassName
{
background-color: #ADFF2A;
}
.BgClassName
{
background-color: #ADFF2A;
}
</style>
border-color css
<style>
span { border-color: #ADFF2A; }
span { border-color: rgb(173,255,42); }
td.TdClassName
{
border-color: #ADFF2A;
}
.TagClassName
{
border-color: #ADFF2A;
}
</style>