Shades of Green Yellow #8AFE4C
Tints of Green Yellow #8AFE4C
RGB
CMYK
RGB Variations
Color information
#8AFE4C (or 0x8AFE4C) is known color: Green Yellow. HEX triplet: 8A, FE and 4C. RGB value is (138,254,76). Sum of RGB (Red+Green+Blue) = 138+254+76=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 254 (99.61% from 255 or 54.27% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFE4C is #7501B3. Grayscale: #C7C7C7. Windows color (decimal): -7668148 or 5045898. OLE color: 5045898.
HSL color Cylindrical-coordinate representation of color #8AFE4C: hue angle of 99.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AFE4C is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 76 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.00 |
| HSL | 99.1º | 0.99% | 0.65% | - |
| HSV(B) | 99.1º | 0.7% | 1% | - |
| XYZ | 47.23 | 76.81 | 19.17 | - |
| YUV | 199.02 | 58.57 | 84.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 76 | 0.46 | 0 | 0.70 | 0.00 | 99.1 | 0.99 | 0.65 |
| Hex | 8A | FE | 4C | 2E | 0 | 46 | 0 | 63 | 63 | 41 |
| Octal | 212 | 376 | 114 | 56 | 0 | 106 | 0 | 143 | 143 | 101 |
| Binary | 10001010 | 11111110 | 1001100 | 101110 | 0 | 1000110 | 0 | 1100011 | 1100011 | 1000001 |
Color Harmonies of #8AFE4C
Complementary color
Monochromatic Colors of #8AFE4C
Black with #8AFE4C
Text Example
Text Example
White with #8AFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE4C; }
p { color: rgb(138,254,76); }
H1.HeaderClassName
{
color: #8AFE4C;
}
.AnyTagClassName
{
color: #8AFE4C;
}
</style>
background-color css
<style>
a { background-color: #8AFE4C; }
a { background-color: rgb(138,254,76); }
div.DivClassName
{
background-color: #8AFE4C;
}
.BgClassName
{
background-color: #8AFE4C;
}
</style>
border-color css
<style>
span { border-color: #8AFE4C; }
span { border-color: rgb(138,254,76); }
td.TdClassName
{
border-color: #8AFE4C;
}
.TagClassName
{
border-color: #8AFE4C;
}
</style>