Shades of Green Yellow #A8F94D
Tints of Green Yellow #A8F94D
RGB
CMYK
RGB Variations
Color information
#A8F94D (or 0xA8F94D) is known color: Green Yellow. HEX triplet: A8, F9 and 4D. RGB value is (168,249,77). Sum of RGB (Red+Green+Blue) = 168+249+77=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 249 (97.66% from 255 or 50.40% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F94D is #5706B2. Grayscale: #CDCDCD. Windows color (decimal): -5703347 or 5110184. OLE color: 5110184.
HSL color Cylindrical-coordinate representation of color #A8F94D: hue angle of 88.26º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8F94D is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 77 | - |
| CMYK | 0.33 | 0 | 0.69 | 0.02 |
| HSL | 88.26º | 0.93% | 0.64% | - |
| HSV(B) | 88.26º | 0.69% | 0.98% | - |
| XYZ | 51.36 | 76.61 | 19.1 | - |
| YUV | 205.17 | 55.66 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 77 | 0.33 | 0 | 0.69 | 0.02 | 88.26 | 0.93 | 0.64 |
| Hex | A8 | F9 | 4D | 21 | 0 | 45 | 2 | 58 | 5D | 40 |
| Octal | 250 | 371 | 115 | 41 | 0 | 105 | 2 | 130 | 135 | 100 |
| Binary | 10101000 | 11111001 | 1001101 | 100001 | 0 | 1000101 | 10 | 1011000 | 1011101 | 1000000 |
Color Harmonies of #A8F94D
Complementary color
Monochromatic Colors of #A8F94D
Black with #A8F94D
Text Example
Text Example
White with #A8F94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F94D; }
p { color: rgb(168,249,77); }
H1.HeaderClassName
{
color: #A8F94D;
}
.AnyTagClassName
{
color: #A8F94D;
}
</style>
background-color css
<style>
a { background-color: #A8F94D; }
a { background-color: rgb(168,249,77); }
div.DivClassName
{
background-color: #A8F94D;
}
.BgClassName
{
background-color: #A8F94D;
}
</style>
border-color css
<style>
span { border-color: #A8F94D; }
span { border-color: rgb(168,249,77); }
td.TdClassName
{
border-color: #A8F94D;
}
.TagClassName
{
border-color: #A8F94D;
}
</style>