Shades of Green Yellow #A8EF42
Tints of Green Yellow #A8EF42
RGB
CMYK
RGB Variations
Color information
#A8EF42 (or 0xA8EF42) is known color: Green Yellow. HEX triplet: A8, EF and 42. RGB value is (168,239,66). Sum of RGB (Red+Green+Blue) = 168+239+66=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF42 is #5710BD. Grayscale: #C6C6C6. Windows color (decimal): -5705918 or 4386728. OLE color: 4386728.
HSL color Cylindrical-coordinate representation of color #A8EF42: hue angle of 84.62º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A8EF42 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 66 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.06 |
| HSL | 84.62º | 0.84% | 0.6% | - |
| HSV(B) | 84.62º | 0.72% | 0.94% | - |
| XYZ | 48 | 70.45 | 16.22 | - |
| YUV | 198.05 | 53.48 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 66 | 0.30 | 0 | 0.72 | 0.06 | 84.62 | 0.84 | 0.6 |
| Hex | A8 | EF | 42 | 1E | 0 | 48 | 6 | 55 | 54 | 3C |
| Octal | 250 | 357 | 102 | 36 | 0 | 110 | 6 | 125 | 124 | 74 |
| Binary | 10101000 | 11101111 | 1000010 | 11110 | 0 | 1001000 | 110 | 1010101 | 1010100 | 111100 |
Color Harmonies of #A8EF42
Complementary color
Monochromatic Colors of #A8EF42
Black with #A8EF42
Text Example
Text Example
White with #A8EF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EF42; }
p { color: rgb(168,239,66); }
H1.HeaderClassName
{
color: #A8EF42;
}
.AnyTagClassName
{
color: #A8EF42;
}
</style>
background-color css
<style>
a { background-color: #A8EF42; }
a { background-color: rgb(168,239,66); }
div.DivClassName
{
background-color: #A8EF42;
}
.BgClassName
{
background-color: #A8EF42;
}
</style>
border-color css
<style>
span { border-color: #A8EF42; }
span { border-color: rgb(168,239,66); }
td.TdClassName
{
border-color: #A8EF42;
}
.TagClassName
{
border-color: #A8EF42;
}
</style>