Shades of Green Yellow #A3FF32
Tints of Green Yellow #A3FF32
RGB
CMYK
RGB Variations
Color information
#A3FF32 (or 0xA3FF32) is known color: Green Yellow. HEX triplet: A3, FF and 32. RGB value is (163,255,50). Sum of RGB (Red+Green+Blue) = 163+255+50=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A3FF32 is #5C00CD. Grayscale: #CCCCCC. Windows color (decimal): -6029518 or 3342243. OLE color: 3342243.
HSL color Cylindrical-coordinate representation of color #A3FF32: hue angle of 86.93º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A3FF32 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 50 | - |
| CMYK | 0.36 | 0 | 0.80 | 0 |
| HSL | 86.93º | 1% | 0.6% | - |
| HSV(B) | 86.93º | 0.8% | 1% | - |
| XYZ | 51.44 | 79.54 | 15.66 | - |
| YUV | 204.12 | 41.02 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 50 | 0.36 | 0 | 0.80 | 0 | 86.93 | 1 | 0.6 |
| Hex | A3 | FF | 32 | 24 | 0 | 50 | 0 | 57 | 64 | 3C |
| Octal | 243 | 377 | 62 | 44 | 0 | 120 | 0 | 127 | 144 | 74 |
| Binary | 10100011 | 11111111 | 110010 | 100100 | 0 | 1010000 | 0 | 1010111 | 1100100 | 111100 |
Color Harmonies of #A3FF32
Complementary color
Monochromatic Colors of #A3FF32
Black with #A3FF32
Text Example
Text Example
White with #A3FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FF32; }
p { color: rgb(163,255,50); }
H1.HeaderClassName
{
color: #A3FF32;
}
.AnyTagClassName
{
color: #A3FF32;
}
</style>
background-color css
<style>
a { background-color: #A3FF32; }
a { background-color: rgb(163,255,50); }
div.DivClassName
{
background-color: #A3FF32;
}
.BgClassName
{
background-color: #A3FF32;
}
</style>
border-color css
<style>
span { border-color: #A3FF32; }
span { border-color: rgb(163,255,50); }
td.TdClassName
{
border-color: #A3FF32;
}
.TagClassName
{
border-color: #A3FF32;
}
</style>