Shades of Green Yellow #A8F52E
Tints of Green Yellow #A8F52E
RGB
CMYK
RGB Variations
Color information
#A8F52E (or 0xA8F52E) is known color: Green Yellow. HEX triplet: A8, F5 and 2E. RGB value is (168,245,46). Sum of RGB (Red+Green+Blue) = 168+245+46=459 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.60% from 459); Green value is 245 (96.09% from 255 or 53.38% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F52E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F52E is #570AD1. Grayscale: #C8C8C8. Windows color (decimal): -5704402 or 3077544. OLE color: 3077544.
HSL color Cylindrical-coordinate representation of color #A8F52E: hue angle of 83.22º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8F52E is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 46 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.04 |
| HSL | 83.22º | 0.91% | 0.57% | - |
| HSV(B) | 83.22º | 0.81% | 0.96% | - |
| XYZ | 49.29 | 73.83 | 14.24 | - |
| YUV | 199.29 | 41.49 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 46 | 0.31 | 0 | 0.81 | 0.04 | 83.22 | 0.91 | 0.57 |
| Hex | A8 | F5 | 2E | 1F | 0 | 51 | 4 | 53 | 5B | 39 |
| Octal | 250 | 365 | 56 | 37 | 0 | 121 | 4 | 123 | 133 | 71 |
| Binary | 10101000 | 11110101 | 101110 | 11111 | 0 | 1010001 | 100 | 1010011 | 1011011 | 111001 |
Color Harmonies of #A8F52E
Complementary color
Monochromatic Colors of #A8F52E
Black with #A8F52E
Text Example
Text Example
White with #A8F52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F52E; }
p { color: rgb(168,245,46); }
H1.HeaderClassName
{
color: #A8F52E;
}
.AnyTagClassName
{
color: #A8F52E;
}
</style>
background-color css
<style>
a { background-color: #A8F52E; }
a { background-color: rgb(168,245,46); }
div.DivClassName
{
background-color: #A8F52E;
}
.BgClassName
{
background-color: #A8F52E;
}
</style>
border-color css
<style>
span { border-color: #A8F52E; }
span { border-color: rgb(168,245,46); }
td.TdClassName
{
border-color: #A8F52E;
}
.TagClassName
{
border-color: #A8F52E;
}
</style>