Shades of Green Yellow #A8ED2E
Tints of Green Yellow #A8ED2E
RGB
CMYK
RGB Variations
Color information
#A8ED2E (or 0xA8ED2E) is known color: Green Yellow. HEX triplet: A8, ED and 2E. RGB value is (168,237,46). Sum of RGB (Red+Green+Blue) = 168+237+46=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 237 (92.97% from 255 or 52.55% from 451); Blue value is 46 (18.36% from 255 or 10.20% from 451); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8ED2E is #5712D1. Grayscale: #C3C3C3. Windows color (decimal): -5706450 or 3075496. OLE color: 3075496.
HSL color Cylindrical-coordinate representation of color #A8ED2E: hue angle of 81.68º 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 #A8ED2E is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 46 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.07 |
| HSL | 81.68º | 0.84% | 0.55% | - |
| HSV(B) | 81.68º | 0.81% | 0.93% | - |
| XYZ | 46.93 | 69.09 | 13.45 | - |
| YUV | 194.6 | 44.14 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 46 | 0.29 | 0 | 0.81 | 0.07 | 81.68 | 0.84 | 0.55 |
| Hex | A8 | ED | 2E | 1D | 0 | 51 | 7 | 52 | 54 | 37 |
| Octal | 250 | 355 | 56 | 35 | 0 | 121 | 7 | 122 | 124 | 67 |
| Binary | 10101000 | 11101101 | 101110 | 11101 | 0 | 1010001 | 111 | 1010010 | 1010100 | 110111 |
Color Harmonies of #A8ED2E
Complementary color
Monochromatic Colors of #A8ED2E
Black with #A8ED2E
Text Example
Text Example
White with #A8ED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED2E; }
p { color: rgb(168,237,46); }
H1.HeaderClassName
{
color: #A8ED2E;
}
.AnyTagClassName
{
color: #A8ED2E;
}
</style>
background-color css
<style>
a { background-color: #A8ED2E; }
a { background-color: rgb(168,237,46); }
div.DivClassName
{
background-color: #A8ED2E;
}
.BgClassName
{
background-color: #A8ED2E;
}
</style>
border-color css
<style>
span { border-color: #A8ED2E; }
span { border-color: rgb(168,237,46); }
td.TdClassName
{
border-color: #A8ED2E;
}
.TagClassName
{
border-color: #A8ED2E;
}
</style>