Shades of Green Yellow #8AFE2C
Tints of Green Yellow #8AFE2C
RGB
CMYK
RGB Variations
Color information
#8AFE2C (or 0x8AFE2C) is known color: Green Yellow. HEX triplet: 8A, FE and 2C. RGB value is (138,254,44). Sum of RGB (Red+Green+Blue) = 138+254+44=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFE2C is #7501D3. Grayscale: #C4C4C4. Windows color (decimal): -7668180 or 2948746. OLE color: 2948746.
HSL color Cylindrical-coordinate representation of color #8AFE2C: hue angle of 93.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8AFE2C is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 44 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.00 |
| HSL | 93.14º | 0.99% | 0.58% | - |
| HSV(B) | 93.14º | 0.83% | 1% | - |
| XYZ | 46.38 | 76.47 | 14.7 | - |
| YUV | 195.38 | 42.57 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 44 | 0.46 | 0 | 0.83 | 0.00 | 93.14 | 0.99 | 0.58 |
| Hex | 8A | FE | 2C | 2E | 0 | 53 | 0 | 5D | 63 | 3A |
| Octal | 212 | 376 | 54 | 56 | 0 | 123 | 0 | 135 | 143 | 72 |
| Binary | 10001010 | 11111110 | 101100 | 101110 | 0 | 1010011 | 0 | 1011101 | 1100011 | 111010 |
Color Harmonies of #8AFE2C
Complementary color
Monochromatic Colors of #8AFE2C
Black with #8AFE2C
Text Example
Text Example
White with #8AFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE2C; }
p { color: rgb(138,254,44); }
H1.HeaderClassName
{
color: #8AFE2C;
}
.AnyTagClassName
{
color: #8AFE2C;
}
</style>
background-color css
<style>
a { background-color: #8AFE2C; }
a { background-color: rgb(138,254,44); }
div.DivClassName
{
background-color: #8AFE2C;
}
.BgClassName
{
background-color: #8AFE2C;
}
</style>
border-color css
<style>
span { border-color: #8AFE2C; }
span { border-color: rgb(138,254,44); }
td.TdClassName
{
border-color: #8AFE2C;
}
.TagClassName
{
border-color: #8AFE2C;
}
</style>