Shades of Green Yellow #8AEF2C
Tints of Green Yellow #8AEF2C
RGB
CMYK
RGB Variations
Color information
#8AEF2C (or 0x8AEF2C) is known color: Green Yellow. HEX triplet: 8A, EF and 2C. RGB value is (138,239,44). Sum of RGB (Red+Green+Blue) = 138+239+44=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 239 (93.75% from 255 or 56.77% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 239 - color contains mainly: green. Hex color #8AEF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEF2C is #7510D3. Grayscale: #BBBBBB. Windows color (decimal): -7672020 or 2944906. OLE color: 2944906.
HSL color Cylindrical-coordinate representation of color #8AEF2C: hue angle of 91.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AEF2C is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 239 | 44 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.06 |
| HSL | 91.08º | 0.86% | 0.55% | - |
| HSV(B) | 91.08º | 0.82% | 0.94% | - |
| XYZ | 41.8 | 67.32 | 13.17 | - |
| YUV | 186.57 | 47.54 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 239 | 44 | 0.42 | 0 | 0.82 | 0.06 | 91.08 | 0.86 | 0.55 |
| Hex | 8A | EF | 2C | 2A | 0 | 52 | 6 | 5B | 56 | 37 |
| Octal | 212 | 357 | 54 | 52 | 0 | 122 | 6 | 133 | 126 | 67 |
| Binary | 10001010 | 11101111 | 101100 | 101010 | 0 | 1010010 | 110 | 1011011 | 1010110 | 110111 |
Color Harmonies of #8AEF2C
Complementary color
Monochromatic Colors of #8AEF2C
Black with #8AEF2C
Text Example
Text Example
White with #8AEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEF2C; }
p { color: rgb(138,239,44); }
H1.HeaderClassName
{
color: #8AEF2C;
}
.AnyTagClassName
{
color: #8AEF2C;
}
</style>
background-color css
<style>
a { background-color: #8AEF2C; }
a { background-color: rgb(138,239,44); }
div.DivClassName
{
background-color: #8AEF2C;
}
.BgClassName
{
background-color: #8AEF2C;
}
</style>
border-color css
<style>
span { border-color: #8AEF2C; }
span { border-color: rgb(138,239,44); }
td.TdClassName
{
border-color: #8AEF2C;
}
.TagClassName
{
border-color: #8AEF2C;
}
</style>