Shades of Green Yellow #A2FB32
Tints of Green Yellow #A2FB32
RGB
CMYK
RGB Variations
Color information
#A2FB32 (or 0xA2FB32) is known color: Green Yellow. HEX triplet: A2, FB and 32. RGB value is (162,251,50). Sum of RGB (Red+Green+Blue) = 162+251+50=463 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.99% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A2FB32 is #5D04CD. Grayscale: #CACACA. Windows color (decimal): -6096078 or 3341218. OLE color: 3341218.
HSL color Cylindrical-coordinate representation of color #A2FB32: hue angle of 86.57º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A2FB32 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 50 | - |
| CMYK | 0.35 | 0 | 0.80 | 0.02 |
| HSL | 86.57º | 0.96% | 0.59% | - |
| HSV(B) | 86.57º | 0.8% | 0.98% | - |
| XYZ | 49.97 | 76.91 | 15.23 | - |
| YUV | 201.48 | 42.51 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 50 | 0.35 | 0 | 0.80 | 0.02 | 86.57 | 0.96 | 0.59 |
| Hex | A2 | FB | 32 | 23 | 0 | 50 | 2 | 57 | 60 | 3B |
| Octal | 242 | 373 | 62 | 43 | 0 | 120 | 2 | 127 | 140 | 73 |
| Binary | 10100010 | 11111011 | 110010 | 100011 | 0 | 1010000 | 10 | 1010111 | 1100000 | 111011 |
Color Harmonies of #A2FB32
Complementary color
Monochromatic Colors of #A2FB32
Black with #A2FB32
Text Example
Text Example
White with #A2FB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB32; }
p { color: rgb(162,251,50); }
H1.HeaderClassName
{
color: #A2FB32;
}
.AnyTagClassName
{
color: #A2FB32;
}
</style>
background-color css
<style>
a { background-color: #A2FB32; }
a { background-color: rgb(162,251,50); }
div.DivClassName
{
background-color: #A2FB32;
}
.BgClassName
{
background-color: #A2FB32;
}
</style>
border-color css
<style>
span { border-color: #A2FB32; }
span { border-color: rgb(162,251,50); }
td.TdClassName
{
border-color: #A2FB32;
}
.TagClassName
{
border-color: #A2FB32;
}
</style>