Shades of Green Yellow #8AFE4A
Tints of Green Yellow #8AFE4A
RGB
CMYK
RGB Variations
Color information
#8AFE4A (or 0x8AFE4A) is known color: Green Yellow. HEX triplet: 8A, FE and 4A. RGB value is (138,254,74). Sum of RGB (Red+Green+Blue) = 138+254+74=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFE4A is #7501B5. Grayscale: #C7C7C7. Windows color (decimal): -7668150 or 4914826. OLE color: 4914826.
HSL color Cylindrical-coordinate representation of color #8AFE4A: hue angle of 98.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8AFE4A is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 74 | - |
| CMYK | 0.46 | 0 | 0.71 | 0.00 |
| HSL | 98.67º | 0.99% | 0.64% | - |
| HSV(B) | 98.67º | 0.71% | 1% | - |
| XYZ | 47.16 | 76.78 | 18.81 | - |
| YUV | 198.8 | 57.57 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 74 | 0.46 | 0 | 0.71 | 0.00 | 98.67 | 0.99 | 0.64 |
| Hex | 8A | FE | 4A | 2E | 0 | 47 | 0 | 63 | 63 | 40 |
| Octal | 212 | 376 | 112 | 56 | 0 | 107 | 0 | 143 | 143 | 100 |
| Binary | 10001010 | 11111110 | 1001010 | 101110 | 0 | 1000111 | 0 | 1100011 | 1100011 | 1000000 |
Color Harmonies of #8AFE4A
Complementary color
Monochromatic Colors of #8AFE4A
Black with #8AFE4A
Text Example
Text Example
White with #8AFE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE4A; }
p { color: rgb(138,254,74); }
H1.HeaderClassName
{
color: #8AFE4A;
}
.AnyTagClassName
{
color: #8AFE4A;
}
</style>
background-color css
<style>
a { background-color: #8AFE4A; }
a { background-color: rgb(138,254,74); }
div.DivClassName
{
background-color: #8AFE4A;
}
.BgClassName
{
background-color: #8AFE4A;
}
</style>
border-color css
<style>
span { border-color: #8AFE4A; }
span { border-color: rgb(138,254,74); }
td.TdClassName
{
border-color: #8AFE4A;
}
.TagClassName
{
border-color: #8AFE4A;
}
</style>