Shades of Green Yellow #A8E62C
Tints of Green Yellow #A8E62C
RGB
CMYK
RGB Variations
Color information
#A8E62C (or 0xA8E62C) is known color: Green Yellow. HEX triplet: A8, E6 and 2C. RGB value is (168,230,44). Sum of RGB (Red+Green+Blue) = 168+230+44=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 230 (90.23% from 255 or 52.04% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E62C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E62C is #5719D3. Grayscale: #BEBEBE. Windows color (decimal): -5708244 or 2942632. OLE color: 2942632.
HSL color Cylindrical-coordinate representation of color #A8E62C: hue angle of 80º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8E62C is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 44 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.10 |
| HSL | 80º | 0.79% | 0.54% | - |
| HSV(B) | 80º | 0.81% | 0.9% | - |
| XYZ | 44.9 | 65.1 | 12.58 | - |
| YUV | 190.26 | 45.46 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 44 | 0.27 | 0 | 0.81 | 0.10 | 80 | 0.79 | 0.54 |
| Hex | A8 | E6 | 2C | 1B | 0 | 51 | A | 50 | 4F | 36 |
| Octal | 250 | 346 | 54 | 33 | 0 | 121 | 12 | 120 | 117 | 66 |
| Binary | 10101000 | 11100110 | 101100 | 11011 | 0 | 1010001 | 1010 | 1010000 | 1001111 | 110110 |
Color Harmonies of #A8E62C
Complementary color
Monochromatic Colors of #A8E62C
Black with #A8E62C
Text Example
Text Example
White with #A8E62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E62C; }
p { color: rgb(168,230,44); }
H1.HeaderClassName
{
color: #A8E62C;
}
.AnyTagClassName
{
color: #A8E62C;
}
</style>
background-color css
<style>
a { background-color: #A8E62C; }
a { background-color: rgb(168,230,44); }
div.DivClassName
{
background-color: #A8E62C;
}
.BgClassName
{
background-color: #A8E62C;
}
</style>
border-color css
<style>
span { border-color: #A8E62C; }
span { border-color: rgb(168,230,44); }
td.TdClassName
{
border-color: #A8E62C;
}
.TagClassName
{
border-color: #A8E62C;
}
</style>