Shades of Green Yellow #A0F826
Tints of Green Yellow #A0F826
RGB
CMYK
RGB Variations
Color information
#A0F826 (or 0xA0F826) is known color: Green Yellow. HEX triplet: A0, F8 and 26. RGB value is (160,248,38). Sum of RGB (Red+Green+Blue) = 160+248+38=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 248 (97.27% from 255 or 55.61% from 446); Blue value is 38 (15.23% from 255 or 8.52% from 446); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F826 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F826 is #5F07D9. Grayscale: #C6C6C6. Windows color (decimal): -6227930 or 2554016. OLE color: 2554016.
HSL color Cylindrical-coordinate representation of color #A0F826: hue angle of 85.14º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0F826 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 248 | 38 | - |
| CMYK | 0.35 | 0 | 0.85 | 0.03 |
| HSL | 85.14º | 0.94% | 0.56% | - |
| HSV(B) | 85.14º | 0.85% | 0.97% | - |
| XYZ | 48.41 | 74.75 | 13.71 | - |
| YUV | 197.75 | 37.85 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 248 | 38 | 0.35 | 0 | 0.85 | 0.03 | 85.14 | 0.94 | 0.56 |
| Hex | A0 | F8 | 26 | 23 | 0 | 55 | 3 | 55 | 5E | 38 |
| Octal | 240 | 370 | 46 | 43 | 0 | 125 | 3 | 125 | 136 | 70 |
| Binary | 10100000 | 11111000 | 100110 | 100011 | 0 | 1010101 | 11 | 1010101 | 1011110 | 111000 |
Color Harmonies of #A0F826
Complementary color
Monochromatic Colors of #A0F826
Black with #A0F826
Text Example
Text Example
White with #A0F826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F826; }
p { color: rgb(160,248,38); }
H1.HeaderClassName
{
color: #A0F826;
}
.AnyTagClassName
{
color: #A0F826;
}
</style>
background-color css
<style>
a { background-color: #A0F826; }
a { background-color: rgb(160,248,38); }
div.DivClassName
{
background-color: #A0F826;
}
.BgClassName
{
background-color: #A0F826;
}
</style>
border-color css
<style>
span { border-color: #A0F826; }
span { border-color: rgb(160,248,38); }
td.TdClassName
{
border-color: #A0F826;
}
.TagClassName
{
border-color: #A0F826;
}
</style>