Shades of Green Yellow #A0F635
Tints of Green Yellow #A0F635
RGB
CMYK
RGB Variations
Color information
#A0F635 (or 0xA0F635) is known color: Green Yellow. HEX triplet: A0, F6 and 35. RGB value is (160,246,53). Sum of RGB (Red+Green+Blue) = 160+246+53=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 246 (96.48% from 255 or 53.59% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F635 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F635 is #5F09CA. Grayscale: #C6C6C6. Windows color (decimal): -6228427 or 3536544. OLE color: 3536544.
HSL color Cylindrical-coordinate representation of color #A0F635: hue angle of 86.74º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A0F635 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 53 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.04 |
| HSL | 86.74º | 0.91% | 0.59% | - |
| HSV(B) | 86.74º | 0.78% | 0.96% | - |
| XYZ | 48.1 | 73.64 | 15.05 | - |
| YUV | 198.28 | 46.01 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 53 | 0.35 | 0 | 0.78 | 0.04 | 86.74 | 0.91 | 0.59 |
| Hex | A0 | F6 | 35 | 23 | 0 | 4E | 4 | 57 | 5B | 3B |
| Octal | 240 | 366 | 65 | 43 | 0 | 116 | 4 | 127 | 133 | 73 |
| Binary | 10100000 | 11110110 | 110101 | 100011 | 0 | 1001110 | 100 | 1010111 | 1011011 | 111011 |
Color Harmonies of #A0F635
Complementary color
Monochromatic Colors of #A0F635
Black with #A0F635
Text Example
Text Example
White with #A0F635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F635; }
p { color: rgb(160,246,53); }
H1.HeaderClassName
{
color: #A0F635;
}
.AnyTagClassName
{
color: #A0F635;
}
</style>
background-color css
<style>
a { background-color: #A0F635; }
a { background-color: rgb(160,246,53); }
div.DivClassName
{
background-color: #A0F635;
}
.BgClassName
{
background-color: #A0F635;
}
</style>
border-color css
<style>
span { border-color: #A0F635; }
span { border-color: rgb(160,246,53); }
td.TdClassName
{
border-color: #A0F635;
}
.TagClassName
{
border-color: #A0F635;
}
</style>