Shades of Green Yellow #A2FE1D
Tints of Green Yellow #A2FE1D
RGB
CMYK
RGB Variations
Color information
#A2FE1D (or 0xA2FE1D) is known color: Green Yellow. HEX triplet: A2, FE and 1D. RGB value is (162,254,29). Sum of RGB (Red+Green+Blue) = 162+254+29=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 29 (11.72% from 255 or 6.52% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FE1D is #5D01E2. Grayscale: #C9C9C9. Windows color (decimal): -6095331 or 1965730. OLE color: 1965730.
HSL color Cylindrical-coordinate representation of color #A2FE1D: hue angle of 84.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2FE1D is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 29 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.00 |
| HSL | 84.53º | 0.99% | 0.55% | - |
| HSV(B) | 84.53º | 0.89% | 1% | - |
| XYZ | 50.56 | 78.65 | 13.68 | - |
| YUV | 200.84 | 31.02 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 29 | 0.36 | 0 | 0.89 | 0.00 | 84.53 | 0.99 | 0.55 |
| Hex | A2 | FE | 1D | 24 | 0 | 59 | 0 | 55 | 63 | 37 |
| Octal | 242 | 376 | 35 | 44 | 0 | 131 | 0 | 125 | 143 | 67 |
| Binary | 10100010 | 11111110 | 11101 | 100100 | 0 | 1011001 | 0 | 1010101 | 1100011 | 110111 |
Color Harmonies of #A2FE1D
Complementary color
Monochromatic Colors of #A2FE1D
Black with #A2FE1D
Text Example
Text Example
White with #A2FE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FE1D; }
p { color: rgb(162,254,29); }
H1.HeaderClassName
{
color: #A2FE1D;
}
.AnyTagClassName
{
color: #A2FE1D;
}
</style>
background-color css
<style>
a { background-color: #A2FE1D; }
a { background-color: rgb(162,254,29); }
div.DivClassName
{
background-color: #A2FE1D;
}
.BgClassName
{
background-color: #A2FE1D;
}
</style>
border-color css
<style>
span { border-color: #A2FE1D; }
span { border-color: rgb(162,254,29); }
td.TdClassName
{
border-color: #A2FE1D;
}
.TagClassName
{
border-color: #A2FE1D;
}
</style>