Shades of Green Yellow #A0F433
Tints of Green Yellow #A0F433
RGB
CMYK
RGB Variations
Color information
#A0F433 (or 0xA0F433) is known color: Green Yellow. HEX triplet: A0, F4 and 33. RGB value is (160,244,51). Sum of RGB (Red+Green+Blue) = 160+244+51=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 51 (20.31% from 255 or 11.21% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F433 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F433 is #5F0BCC. Grayscale: #C5C5C5. Windows color (decimal): -6228941 or 3404960. OLE color: 3404960.
HSL color Cylindrical-coordinate representation of color #A0F433: hue angle of 86.11º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0F433 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 51 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.04 |
| HSL | 86.11º | 0.9% | 0.58% | - |
| HSV(B) | 86.11º | 0.79% | 0.96% | - |
| XYZ | 47.45 | 72.41 | 14.61 | - |
| YUV | 196.88 | 45.67 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 51 | 0.34 | 0 | 0.79 | 0.04 | 86.11 | 0.9 | 0.58 |
| Hex | A0 | F4 | 33 | 22 | 0 | 4F | 4 | 56 | 5A | 3A |
| Octal | 240 | 364 | 63 | 42 | 0 | 117 | 4 | 126 | 132 | 72 |
| Binary | 10100000 | 11110100 | 110011 | 100010 | 0 | 1001111 | 100 | 1010110 | 1011010 | 111010 |
Color Harmonies of #A0F433
Complementary color
Monochromatic Colors of #A0F433
Black with #A0F433
Text Example
Text Example
White with #A0F433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F433; }
p { color: rgb(160,244,51); }
H1.HeaderClassName
{
color: #A0F433;
}
.AnyTagClassName
{
color: #A0F433;
}
</style>
background-color css
<style>
a { background-color: #A0F433; }
a { background-color: rgb(160,244,51); }
div.DivClassName
{
background-color: #A0F433;
}
.BgClassName
{
background-color: #A0F433;
}
</style>
border-color css
<style>
span { border-color: #A0F433; }
span { border-color: rgb(160,244,51); }
td.TdClassName
{
border-color: #A0F433;
}
.TagClassName
{
border-color: #A0F433;
}
</style>