Shades of Green Yellow #A8F035
Tints of Green Yellow #A8F035
RGB
CMYK
RGB Variations
Color information
#A8F035 (or 0xA8F035) is known color: Green Yellow. HEX triplet: A8, F0 and 35. RGB value is (168,240,53). Sum of RGB (Red+Green+Blue) = 168+240+53=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F035 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F035 is #570FCA. Grayscale: #C5C5C5. Windows color (decimal): -5705675 or 3535016. OLE color: 3535016.
HSL color Cylindrical-coordinate representation of color #A8F035: hue angle of 83.1º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8F035 is Cyan = 0.3, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 53 | - |
| CMYK | 0.3 | 0 | 0.78 | 0.06 |
| HSL | 83.1º | 0.86% | 0.57% | - |
| HSV(B) | 83.1º | 0.78% | 0.94% | - |
| XYZ | 47.95 | 70.9 | 14.53 | - |
| YUV | 197.15 | 46.65 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 53 | 0.3 | 0 | 0.78 | 0.06 | 83.1 | 0.86 | 0.57 |
| Hex | A8 | F0 | 35 | 1E | 0 | 4E | 6 | 53 | 56 | 39 |
| Octal | 250 | 360 | 65 | 36 | 0 | 116 | 6 | 123 | 126 | 71 |
| Binary | 10101000 | 11110000 | 110101 | 11110 | 0 | 1001110 | 110 | 1010011 | 1010110 | 111001 |
Color Harmonies of #A8F035
Complementary color
Monochromatic Colors of #A8F035
Black with #A8F035
Text Example
Text Example
White with #A8F035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F035; }
p { color: rgb(168,240,53); }
H1.HeaderClassName
{
color: #A8F035;
}
.AnyTagClassName
{
color: #A8F035;
}
</style>
background-color css
<style>
a { background-color: #A8F035; }
a { background-color: rgb(168,240,53); }
div.DivClassName
{
background-color: #A8F035;
}
.BgClassName
{
background-color: #A8F035;
}
</style>
border-color css
<style>
span { border-color: #A8F035; }
span { border-color: rgb(168,240,53); }
td.TdClassName
{
border-color: #A8F035;
}
.TagClassName
{
border-color: #A8F035;
}
</style>