Shades of Yellow Green #8AEB2A
Tints of Yellow Green #8AEB2A
RGB
CMYK
RGB Variations
Color information
#8AEB2A (or 0x8AEB2A) is known color: Yellow Green. HEX triplet: 8A, EB and 2A. RGB value is (138,235,42). Sum of RGB (Red+Green+Blue) = 138+235+42=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 235 (92.19% from 255 or 56.63% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEB2A is #7514D5. Grayscale: #B8B8B8. Windows color (decimal): -7673046 or 2812810. OLE color: 2812810.
HSL color Cylindrical-coordinate representation of color #8AEB2A: hue angle of 90.16º degrees, saturation: 0.83, 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 #8AEB2A is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 235 | 42 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.08 |
| HSL | 90.16º | 0.83% | 0.54% | - |
| HSV(B) | 90.16º | 0.82% | 0.92% | - |
| XYZ | 40.61 | 64.99 | 12.59 | - |
| YUV | 184 | 47.86 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 235 | 42 | 0.41 | 0 | 0.82 | 0.08 | 90.16 | 0.83 | 0.54 |
| Hex | 8A | EB | 2A | 29 | 0 | 52 | 8 | 5A | 53 | 36 |
| Octal | 212 | 353 | 52 | 51 | 0 | 122 | 10 | 132 | 123 | 66 |
| Binary | 10001010 | 11101011 | 101010 | 101001 | 0 | 1010010 | 1000 | 1011010 | 1010011 | 110110 |
Color Harmonies of #8AEB2A
Complementary color
Monochromatic Colors of #8AEB2A
Black with #8AEB2A
Text Example
Text Example
White with #8AEB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEB2A; }
p { color: rgb(138,235,42); }
H1.HeaderClassName
{
color: #8AEB2A;
}
.AnyTagClassName
{
color: #8AEB2A;
}
</style>
background-color css
<style>
a { background-color: #8AEB2A; }
a { background-color: rgb(138,235,42); }
div.DivClassName
{
background-color: #8AEB2A;
}
.BgClassName
{
background-color: #8AEB2A;
}
</style>
border-color css
<style>
span { border-color: #8AEB2A; }
span { border-color: rgb(138,235,42); }
td.TdClassName
{
border-color: #8AEB2A;
}
.TagClassName
{
border-color: #8AEB2A;
}
</style>