Shades of Green Yellow #A8F42D
Tints of Green Yellow #A8F42D
RGB
CMYK
RGB Variations
Color information
#A8F42D (or 0xA8F42D) is known color: Green Yellow. HEX triplet: A8, F4 and 2D. RGB value is (168,244,45). Sum of RGB (Red+Green+Blue) = 168+244+45=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F42D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F42D is #570BD2. Grayscale: #C7C7C7. Windows color (decimal): -5704659 or 3011752. OLE color: 3011752.
HSL color Cylindrical-coordinate representation of color #A8F42D: hue angle of 82.91º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8F42D is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 45 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.04 |
| HSL | 82.91º | 0.9% | 0.57% | - |
| HSV(B) | 82.91º | 0.82% | 0.96% | - |
| XYZ | 48.97 | 73.22 | 14.03 | - |
| YUV | 198.59 | 41.32 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 45 | 0.31 | 0 | 0.82 | 0.04 | 82.91 | 0.9 | 0.57 |
| Hex | A8 | F4 | 2D | 1F | 0 | 52 | 4 | 53 | 5A | 39 |
| Octal | 250 | 364 | 55 | 37 | 0 | 122 | 4 | 123 | 132 | 71 |
| Binary | 10101000 | 11110100 | 101101 | 11111 | 0 | 1010010 | 100 | 1010011 | 1011010 | 111001 |
Color Harmonies of #A8F42D
Complementary color
Monochromatic Colors of #A8F42D
Black with #A8F42D
Text Example
Text Example
White with #A8F42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F42D; }
p { color: rgb(168,244,45); }
H1.HeaderClassName
{
color: #A8F42D;
}
.AnyTagClassName
{
color: #A8F42D;
}
</style>
background-color css
<style>
a { background-color: #A8F42D; }
a { background-color: rgb(168,244,45); }
div.DivClassName
{
background-color: #A8F42D;
}
.BgClassName
{
background-color: #A8F42D;
}
</style>
border-color css
<style>
span { border-color: #A8F42D; }
span { border-color: rgb(168,244,45); }
td.TdClassName
{
border-color: #A8F42D;
}
.TagClassName
{
border-color: #A8F42D;
}
</style>