Shades of Green Yellow #A0FF33
Tints of Green Yellow #A0FF33
RGB
CMYK
RGB Variations
Color information
#A0FF33 (or 0xA0FF33) is known color: Green Yellow. HEX triplet: A0, FF and 33. RGB value is (160,255,51). Sum of RGB (Red+Green+Blue) = 160+255+51=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FF33 is #5F00CC. Grayscale: #CCCCCC. Windows color (decimal): -6226125 or 3407776. OLE color: 3407776.
HSL color Cylindrical-coordinate representation of color #A0FF33: hue angle of 87.94º 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 #A0FF33 is Cyan = 0.37, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 51 | - |
| CMYK | 0.37 | 0 | 0.8 | 0 |
| HSL | 87.94º | 1% | 0.6% | - |
| HSV(B) | 87.94º | 0.8% | 1% | - |
| XYZ | 50.85 | 79.23 | 15.75 | - |
| YUV | 203.34 | 42.03 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 51 | 0.37 | 0 | 0.8 | 0 | 87.94 | 1 | 0.6 |
| Hex | A0 | FF | 33 | 25 | 0 | 50 | 0 | 58 | 64 | 3C |
| Octal | 240 | 377 | 63 | 45 | 0 | 120 | 0 | 130 | 144 | 74 |
| Binary | 10100000 | 11111111 | 110011 | 100101 | 0 | 1010000 | 0 | 1011000 | 1100100 | 111100 |
Color Harmonies of #A0FF33
Complementary color
Monochromatic Colors of #A0FF33
Black with #A0FF33
Text Example
Text Example
White with #A0FF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF33; }
p { color: rgb(160,255,51); }
H1.HeaderClassName
{
color: #A0FF33;
}
.AnyTagClassName
{
color: #A0FF33;
}
</style>
background-color css
<style>
a { background-color: #A0FF33; }
a { background-color: rgb(160,255,51); }
div.DivClassName
{
background-color: #A0FF33;
}
.BgClassName
{
background-color: #A0FF33;
}
</style>
border-color css
<style>
span { border-color: #A0FF33; }
span { border-color: rgb(160,255,51); }
td.TdClassName
{
border-color: #A0FF33;
}
.TagClassName
{
border-color: #A0FF33;
}
</style>