Shades of Green Yellow #A2FE30
Tints of Green Yellow #A2FE30
RGB
CMYK
RGB Variations
Color information
#A2FE30 (or 0xA2FE30) is known color: Green Yellow. HEX triplet: A2, FE and 30. RGB value is (162,254,48). Sum of RGB (Red+Green+Blue) = 162+254+48=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FE30 is #5D01CF. Grayscale: #CBCBCB. Windows color (decimal): -6095312 or 3210914. OLE color: 3210914.
HSL color Cylindrical-coordinate representation of color #A2FE30: hue angle of 86.8º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2FE30 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 254 | 48 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.00 |
| HSL | 86.8º | 0.99% | 0.59% | - |
| HSV(B) | 86.8º | 0.81% | 1% | - |
| XYZ | 50.88 | 78.78 | 15.32 | - |
| YUV | 203.01 | 40.52 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 254 | 48 | 0.36 | 0 | 0.81 | 0.00 | 86.8 | 0.99 | 0.59 |
| Hex | A2 | FE | 30 | 24 | 0 | 51 | 0 | 57 | 63 | 3B |
| Octal | 242 | 376 | 60 | 44 | 0 | 121 | 0 | 127 | 143 | 73 |
| Binary | 10100010 | 11111110 | 110000 | 100100 | 0 | 1010001 | 0 | 1010111 | 1100011 | 111011 |
Color Harmonies of #A2FE30
Complementary color
Monochromatic Colors of #A2FE30
Black with #A2FE30
Text Example
Text Example
White with #A2FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FE30; }
p { color: rgb(162,254,48); }
H1.HeaderClassName
{
color: #A2FE30;
}
.AnyTagClassName
{
color: #A2FE30;
}
</style>
background-color css
<style>
a { background-color: #A2FE30; }
a { background-color: rgb(162,254,48); }
div.DivClassName
{
background-color: #A2FE30;
}
.BgClassName
{
background-color: #A2FE30;
}
</style>
border-color css
<style>
span { border-color: #A2FE30; }
span { border-color: rgb(162,254,48); }
td.TdClassName
{
border-color: #A2FE30;
}
.TagClassName
{
border-color: #A2FE30;
}
</style>