Shades of Screamin' Green #8AF764
Tints of Screamin' Green #8AF764
RGB
CMYK
RGB Variations
Color information
#8AF764 (or 0x8AF764) is known color: Screamin' Green. HEX triplet: 8A, F7 and 64. RGB value is (138,247,100). Sum of RGB (Red+Green+Blue) = 138+247+100=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF764 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF764 is #75089B. Grayscale: #C6C6C6. Windows color (decimal): -7669916 or 6616970. OLE color: 6616970.
HSL color Cylindrical-coordinate representation of color #8AF764: hue angle of 104.49º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AF764 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 100 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.03 |
| HSL | 104.49º | 0.9% | 0.68% | - |
| HSV(B) | 104.49º | 0.6% | 0.97% | - |
| XYZ | 46.04 | 72.84 | 23.69 | - |
| YUV | 197.65 | 72.89 | 85.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 100 | 0.44 | 0 | 0.60 | 0.03 | 104.49 | 0.9 | 0.68 |
| Hex | 8A | F7 | 64 | 2C | 0 | 3C | 3 | 68 | 5A | 44 |
| Octal | 212 | 367 | 144 | 54 | 0 | 74 | 3 | 150 | 132 | 104 |
| Binary | 10001010 | 11110111 | 1100100 | 101100 | 0 | 111100 | 11 | 1101000 | 1011010 | 1000100 |
Color Harmonies of #8AF764
Complementary color
Monochromatic Colors of #8AF764
Black with #8AF764
Text Example
Text Example
White with #8AF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF764; }
p { color: rgb(138,247,100); }
H1.HeaderClassName
{
color: #8AF764;
}
.AnyTagClassName
{
color: #8AF764;
}
</style>
background-color css
<style>
a { background-color: #8AF764; }
a { background-color: rgb(138,247,100); }
div.DivClassName
{
background-color: #8AF764;
}
.BgClassName
{
background-color: #8AF764;
}
</style>
border-color css
<style>
span { border-color: #8AF764; }
span { border-color: rgb(138,247,100); }
td.TdClassName
{
border-color: #8AF764;
}
.TagClassName
{
border-color: #8AF764;
}
</style>