Shades of Green Yellow #A0FC32
Tints of Green Yellow #A0FC32
RGB
CMYK
RGB Variations
Color information
#A0FC32 (or 0xA0FC32) is known color: Green Yellow. HEX triplet: A0, FC and 32. RGB value is (160,252,50). Sum of RGB (Red+Green+Blue) = 160+252+50=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 252 (98.83% from 255 or 54.55% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FC32 is #5F03CD. Grayscale: #CACACA. Windows color (decimal): -6226894 or 3341472. OLE color: 3341472.
HSL color Cylindrical-coordinate representation of color #A0FC32: hue angle of 87.33º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0FC32 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 50 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.01 |
| HSL | 87.33º | 0.97% | 0.59% | - |
| HSV(B) | 87.33º | 0.8% | 0.99% | - |
| XYZ | 49.88 | 77.32 | 15.31 | - |
| YUV | 201.46 | 42.52 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 50 | 0.37 | 0 | 0.80 | 0.01 | 87.33 | 0.97 | 0.59 |
| Hex | A0 | FC | 32 | 25 | 0 | 50 | 1 | 57 | 61 | 3B |
| Octal | 240 | 374 | 62 | 45 | 0 | 120 | 1 | 127 | 141 | 73 |
| Binary | 10100000 | 11111100 | 110010 | 100101 | 0 | 1010000 | 1 | 1010111 | 1100001 | 111011 |
Color Harmonies of #A0FC32
Complementary color
Monochromatic Colors of #A0FC32
Black with #A0FC32
Text Example
Text Example
White with #A0FC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FC32; }
p { color: rgb(160,252,50); }
H1.HeaderClassName
{
color: #A0FC32;
}
.AnyTagClassName
{
color: #A0FC32;
}
</style>
background-color css
<style>
a { background-color: #A0FC32; }
a { background-color: rgb(160,252,50); }
div.DivClassName
{
background-color: #A0FC32;
}
.BgClassName
{
background-color: #A0FC32;
}
</style>
border-color css
<style>
span { border-color: #A0FC32; }
span { border-color: rgb(160,252,50); }
td.TdClassName
{
border-color: #A0FC32;
}
.TagClassName
{
border-color: #A0FC32;
}
</style>