Shades of Green Yellow #A0F62B
Tints of Green Yellow #A0F62B
RGB
CMYK
RGB Variations
Color information
#A0F62B (or 0xA0F62B) is known color: Green Yellow. HEX triplet: A0, F6 and 2B. RGB value is (160,246,43). Sum of RGB (Red+Green+Blue) = 160+246+43=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 246 (96.48% from 255 or 54.79% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F62B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F62B is #5F09D4. Grayscale: #C5C5C5. Windows color (decimal): -6228437 or 2881184. OLE color: 2881184.
HSL color Cylindrical-coordinate representation of color #A0F62B: hue angle of 85.42º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A0F62B is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 246 | 43 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.04 |
| HSL | 85.42º | 0.92% | 0.57% | - |
| HSV(B) | 85.42º | 0.83% | 0.96% | - |
| XYZ | 47.89 | 73.56 | 13.96 | - |
| YUV | 197.14 | 41.01 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 246 | 43 | 0.35 | 0 | 0.83 | 0.04 | 85.42 | 0.92 | 0.57 |
| Hex | A0 | F6 | 2B | 23 | 0 | 53 | 4 | 55 | 5C | 39 |
| Octal | 240 | 366 | 53 | 43 | 0 | 123 | 4 | 125 | 134 | 71 |
| Binary | 10100000 | 11110110 | 101011 | 100011 | 0 | 1010011 | 100 | 1010101 | 1011100 | 111001 |
Color Harmonies of #A0F62B
Complementary color
Monochromatic Colors of #A0F62B
Black with #A0F62B
Text Example
Text Example
White with #A0F62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F62B; }
p { color: rgb(160,246,43); }
H1.HeaderClassName
{
color: #A0F62B;
}
.AnyTagClassName
{
color: #A0F62B;
}
</style>
background-color css
<style>
a { background-color: #A0F62B; }
a { background-color: rgb(160,246,43); }
div.DivClassName
{
background-color: #A0F62B;
}
.BgClassName
{
background-color: #A0F62B;
}
</style>
border-color css
<style>
span { border-color: #A0F62B; }
span { border-color: rgb(160,246,43); }
td.TdClassName
{
border-color: #A0F62B;
}
.TagClassName
{
border-color: #A0F62B;
}
</style>