Shades of Green Yellow #A0F935
Tints of Green Yellow #A0F935
RGB
CMYK
RGB Variations
Color information
#A0F935 (or 0xA0F935) is known color: Green Yellow. HEX triplet: A0, F9 and 35. RGB value is (160,249,53). Sum of RGB (Red+Green+Blue) = 160+249+53=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F935 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F935 is #5F06CA. Grayscale: #C8C8C8. Windows color (decimal): -6227659 or 3537312. OLE color: 3537312.
HSL color Cylindrical-coordinate representation of color #A0F935: hue angle of 87.24º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0F935 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 53 | - |
| CMYK | 0.36 | 0 | 0.79 | 0.02 |
| HSL | 87.24º | 0.94% | 0.59% | - |
| HSV(B) | 87.24º | 0.79% | 0.98% | - |
| XYZ | 49.02 | 75.48 | 15.35 | - |
| YUV | 200.05 | 45.01 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 53 | 0.36 | 0 | 0.79 | 0.02 | 87.24 | 0.94 | 0.59 |
| Hex | A0 | F9 | 35 | 24 | 0 | 4F | 2 | 57 | 5E | 3B |
| Octal | 240 | 371 | 65 | 44 | 0 | 117 | 2 | 127 | 136 | 73 |
| Binary | 10100000 | 11111001 | 110101 | 100100 | 0 | 1001111 | 10 | 1010111 | 1011110 | 111011 |
Color Harmonies of #A0F935
Complementary color
Monochromatic Colors of #A0F935
Black with #A0F935
Text Example
Text Example
White with #A0F935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F935; }
p { color: rgb(160,249,53); }
H1.HeaderClassName
{
color: #A0F935;
}
.AnyTagClassName
{
color: #A0F935;
}
</style>
background-color css
<style>
a { background-color: #A0F935; }
a { background-color: rgb(160,249,53); }
div.DivClassName
{
background-color: #A0F935;
}
.BgClassName
{
background-color: #A0F935;
}
</style>
border-color css
<style>
span { border-color: #A0F935; }
span { border-color: rgb(160,249,53); }
td.TdClassName
{
border-color: #A0F935;
}
.TagClassName
{
border-color: #A0F935;
}
</style>