Shades of Screamin' Green #8AFE56
Tints of Screamin' Green #8AFE56
RGB
CMYK
RGB Variations
Color information
#8AFE56 (or 0x8AFE56) is known color: Screamin' Green. HEX triplet: 8A, FE and 56. RGB value is (138,254,86). Sum of RGB (Red+Green+Blue) = 138+254+86=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 254 (99.61% from 255 or 53.14% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFE56 is #7501A9. Grayscale: #C8C8C8. Windows color (decimal): -7668138 or 5701258. OLE color: 5701258.
HSL color Cylindrical-coordinate representation of color #8AFE56: hue angle of 101.43º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AFE56 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 86 | - |
| CMYK | 0.46 | 0 | 0.66 | 0.00 |
| HSL | 101.43º | 0.99% | 0.67% | - |
| HSV(B) | 101.43º | 0.66% | 1% | - |
| XYZ | 47.6 | 76.96 | 21.15 | - |
| YUV | 200.16 | 63.57 | 83.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 86 | 0.46 | 0 | 0.66 | 0.00 | 101.43 | 0.99 | 0.67 |
| Hex | 8A | FE | 56 | 2E | 0 | 42 | 0 | 65 | 63 | 43 |
| Octal | 212 | 376 | 126 | 56 | 0 | 102 | 0 | 145 | 143 | 103 |
| Binary | 10001010 | 11111110 | 1010110 | 101110 | 0 | 1000010 | 0 | 1100101 | 1100011 | 1000011 |
Color Harmonies of #8AFE56
Complementary color
Monochromatic Colors of #8AFE56
Black with #8AFE56
Text Example
Text Example
White with #8AFE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE56; }
p { color: rgb(138,254,86); }
H1.HeaderClassName
{
color: #8AFE56;
}
.AnyTagClassName
{
color: #8AFE56;
}
</style>
background-color css
<style>
a { background-color: #8AFE56; }
a { background-color: rgb(138,254,86); }
div.DivClassName
{
background-color: #8AFE56;
}
.BgClassName
{
background-color: #8AFE56;
}
</style>
border-color css
<style>
span { border-color: #8AFE56; }
span { border-color: rgb(138,254,86); }
td.TdClassName
{
border-color: #8AFE56;
}
.TagClassName
{
border-color: #8AFE56;
}
</style>