Shades of Green Yellow #A8ED2C
Tints of Green Yellow #A8ED2C
RGB
CMYK
RGB Variations
Color information
#A8ED2C (or 0xA8ED2C) is known color: Green Yellow. HEX triplet: A8, ED and 2C. RGB value is (168,237,44). Sum of RGB (Red+Green+Blue) = 168+237+44=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED2C is #5712D3. Grayscale: #C3C3C3. Windows color (decimal): -5706452 or 2944424. OLE color: 2944424.
HSL color Cylindrical-coordinate representation of color #A8ED2C: hue angle of 81.45º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8ED2C is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 44 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.07 |
| HSL | 81.45º | 0.84% | 0.55% | - |
| HSV(B) | 81.45º | 0.81% | 0.93% | - |
| XYZ | 46.89 | 69.08 | 13.24 | - |
| YUV | 194.37 | 43.14 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 44 | 0.29 | 0 | 0.81 | 0.07 | 81.45 | 0.84 | 0.55 |
| Hex | A8 | ED | 2C | 1D | 0 | 51 | 7 | 51 | 54 | 37 |
| Octal | 250 | 355 | 54 | 35 | 0 | 121 | 7 | 121 | 124 | 67 |
| Binary | 10101000 | 11101101 | 101100 | 11101 | 0 | 1010001 | 111 | 1010001 | 1010100 | 110111 |
Color Harmonies of #A8ED2C
Complementary color
Monochromatic Colors of #A8ED2C
Black with #A8ED2C
Text Example
Text Example
White with #A8ED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED2C; }
p { color: rgb(168,237,44); }
H1.HeaderClassName
{
color: #A8ED2C;
}
.AnyTagClassName
{
color: #A8ED2C;
}
</style>
background-color css
<style>
a { background-color: #A8ED2C; }
a { background-color: rgb(168,237,44); }
div.DivClassName
{
background-color: #A8ED2C;
}
.BgClassName
{
background-color: #A8ED2C;
}
</style>
border-color css
<style>
span { border-color: #A8ED2C; }
span { border-color: rgb(168,237,44); }
td.TdClassName
{
border-color: #A8ED2C;
}
.TagClassName
{
border-color: #A8ED2C;
}
</style>