Shades of Green Yellow #A8EA2B
Tints of Green Yellow #A8EA2B
RGB
CMYK
RGB Variations
Color information
#A8EA2B (or 0xA8EA2B) is known color: Green Yellow. HEX triplet: A8, EA and 2B. RGB value is (168,234,43). Sum of RGB (Red+Green+Blue) = 168+234+43=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 234 (91.80% from 255 or 52.58% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EA2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EA2B is #5715D4. Grayscale: #C1C1C1. Windows color (decimal): -5707221 or 2878120. OLE color: 2878120.
HSL color Cylindrical-coordinate representation of color #A8EA2B: hue angle of 80.73º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8EA2B is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 43 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.08 |
| HSL | 80.73º | 0.82% | 0.54% | - |
| HSV(B) | 80.73º | 0.82% | 0.92% | - |
| XYZ | 46.01 | 67.34 | 12.86 | - |
| YUV | 192.49 | 43.63 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 43 | 0.28 | 0 | 0.82 | 0.08 | 80.73 | 0.82 | 0.54 |
| Hex | A8 | EA | 2B | 1C | 0 | 52 | 8 | 51 | 52 | 36 |
| Octal | 250 | 352 | 53 | 34 | 0 | 122 | 10 | 121 | 122 | 66 |
| Binary | 10101000 | 11101010 | 101011 | 11100 | 0 | 1010010 | 1000 | 1010001 | 1010010 | 110110 |
Color Harmonies of #A8EA2B
Complementary color
Monochromatic Colors of #A8EA2B
Black with #A8EA2B
Text Example
Text Example
White with #A8EA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EA2B; }
p { color: rgb(168,234,43); }
H1.HeaderClassName
{
color: #A8EA2B;
}
.AnyTagClassName
{
color: #A8EA2B;
}
</style>
background-color css
<style>
a { background-color: #A8EA2B; }
a { background-color: rgb(168,234,43); }
div.DivClassName
{
background-color: #A8EA2B;
}
.BgClassName
{
background-color: #A8EA2B;
}
</style>
border-color css
<style>
span { border-color: #A8EA2B; }
span { border-color: rgb(168,234,43); }
td.TdClassName
{
border-color: #A8EA2B;
}
.TagClassName
{
border-color: #A8EA2B;
}
</style>