Shades of Screamin' Green #8AF850
Tints of Screamin' Green #8AF850
RGB
CMYK
RGB Variations
Color information
#8AF850 (or 0x8AF850) is known color: Screamin' Green. HEX triplet: 8A, F8 and 50. RGB value is (138,248,80). Sum of RGB (Red+Green+Blue) = 138+248+80=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF850 is #7507AF. Grayscale: #C4C4C4. Windows color (decimal): -7669680 or 5306506. OLE color: 5306506.
HSL color Cylindrical-coordinate representation of color #8AF850: hue angle of 99.29º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AF850 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 80 | - |
| CMYK | 0.44 | 0 | 0.68 | 0.03 |
| HSL | 99.29º | 0.92% | 0.64% | - |
| HSV(B) | 99.29º | 0.68% | 0.97% | - |
| XYZ | 45.5 | 73.12 | 19.3 | - |
| YUV | 195.96 | 62.56 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 80 | 0.44 | 0 | 0.68 | 0.03 | 99.29 | 0.92 | 0.64 |
| Hex | 8A | F8 | 50 | 2C | 0 | 44 | 3 | 63 | 5C | 40 |
| Octal | 212 | 370 | 120 | 54 | 0 | 104 | 3 | 143 | 134 | 100 |
| Binary | 10001010 | 11111000 | 1010000 | 101100 | 0 | 1000100 | 11 | 1100011 | 1011100 | 1000000 |
Color Harmonies of #8AF850
Complementary color
Monochromatic Colors of #8AF850
Black with #8AF850
Text Example
Text Example
White with #8AF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF850; }
p { color: rgb(138,248,80); }
H1.HeaderClassName
{
color: #8AF850;
}
.AnyTagClassName
{
color: #8AF850;
}
</style>
background-color css
<style>
a { background-color: #8AF850; }
a { background-color: rgb(138,248,80); }
div.DivClassName
{
background-color: #8AF850;
}
.BgClassName
{
background-color: #8AF850;
}
</style>
border-color css
<style>
span { border-color: #8AF850; }
span { border-color: rgb(138,248,80); }
td.TdClassName
{
border-color: #8AF850;
}
.TagClassName
{
border-color: #8AF850;
}
</style>