Shades of Green Yellow #A8F51D
Tints of Green Yellow #A8F51D
RGB
CMYK
RGB Variations
Color information
#A8F51D (or 0xA8F51D) is known color: Green Yellow. HEX triplet: A8, F5 and 1D. RGB value is (168,245,29). Sum of RGB (Red+Green+Blue) = 168+245+29=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 245 (96.09% from 255 or 55.43% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F51D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F51D is #570AE2. Grayscale: #C6C6C6. Windows color (decimal): -5704419 or 1963432. OLE color: 1963432.
HSL color Cylindrical-coordinate representation of color #A8F51D: hue angle of 81.39º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8F51D is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 29 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.04 |
| HSL | 81.39º | 0.92% | 0.54% | - |
| HSV(B) | 81.39º | 0.88% | 0.96% | - |
| XYZ | 49.02 | 73.72 | 12.81 | - |
| YUV | 197.35 | 32.99 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 29 | 0.31 | 0 | 0.88 | 0.04 | 81.39 | 0.92 | 0.54 |
| Hex | A8 | F5 | 1D | 1F | 0 | 58 | 4 | 51 | 5C | 36 |
| Octal | 250 | 365 | 35 | 37 | 0 | 130 | 4 | 121 | 134 | 66 |
| Binary | 10101000 | 11110101 | 11101 | 11111 | 0 | 1011000 | 100 | 1010001 | 1011100 | 110110 |
Color Harmonies of #A8F51D
Complementary color
Monochromatic Colors of #A8F51D
Black with #A8F51D
Text Example
Text Example
White with #A8F51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F51D; }
p { color: rgb(168,245,29); }
H1.HeaderClassName
{
color: #A8F51D;
}
.AnyTagClassName
{
color: #A8F51D;
}
</style>
background-color css
<style>
a { background-color: #A8F51D; }
a { background-color: rgb(168,245,29); }
div.DivClassName
{
background-color: #A8F51D;
}
.BgClassName
{
background-color: #A8F51D;
}
</style>
border-color css
<style>
span { border-color: #A8F51D; }
span { border-color: rgb(168,245,29); }
td.TdClassName
{
border-color: #A8F51D;
}
.TagClassName
{
border-color: #A8F51D;
}
</style>