Shades of Green Yellow #A8F535
Tints of Green Yellow #A8F535
RGB
CMYK
RGB Variations
Color information
#A8F535 (or 0xA8F535) is known color: Green Yellow. HEX triplet: A8, F5 and 35. RGB value is (168,245,53). Sum of RGB (Red+Green+Blue) = 168+245+53=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 245 (96.09% from 255 or 52.58% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F535 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F535 is #570ACA. Grayscale: #C8C8C8. Windows color (decimal): -5704395 or 3536296. OLE color: 3536296.
HSL color Cylindrical-coordinate representation of color #A8F535: hue angle of 84.06º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8F535 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 53 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.04 |
| HSL | 84.06º | 0.91% | 0.58% | - |
| HSV(B) | 84.06º | 0.78% | 0.96% | - |
| XYZ | 49.44 | 73.89 | 15.02 | - |
| YUV | 200.09 | 44.99 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 53 | 0.31 | 0 | 0.78 | 0.04 | 84.06 | 0.91 | 0.58 |
| Hex | A8 | F5 | 35 | 1F | 0 | 4E | 4 | 54 | 5B | 3A |
| Octal | 250 | 365 | 65 | 37 | 0 | 116 | 4 | 124 | 133 | 72 |
| Binary | 10101000 | 11110101 | 110101 | 11111 | 0 | 1001110 | 100 | 1010100 | 1011011 | 111010 |
Color Harmonies of #A8F535
Complementary color
Monochromatic Colors of #A8F535
Black with #A8F535
Text Example
Text Example
White with #A8F535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F535; }
p { color: rgb(168,245,53); }
H1.HeaderClassName
{
color: #A8F535;
}
.AnyTagClassName
{
color: #A8F535;
}
</style>
background-color css
<style>
a { background-color: #A8F535; }
a { background-color: rgb(168,245,53); }
div.DivClassName
{
background-color: #A8F535;
}
.BgClassName
{
background-color: #A8F535;
}
</style>
border-color css
<style>
span { border-color: #A8F535; }
span { border-color: rgb(168,245,53); }
td.TdClassName
{
border-color: #A8F535;
}
.TagClassName
{
border-color: #A8F535;
}
</style>