Shades of Screamin' Green #8AF852
Tints of Screamin' Green #8AF852
RGB
CMYK
RGB Variations
Color information
#8AF852 (or 0x8AF852) is known color: Screamin' Green. HEX triplet: 8A, F8 and 52. RGB value is (138,248,82). Sum of RGB (Red+Green+Blue) = 138+248+82=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 248 (97.27% from 255 or 52.99% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF852 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF852 is #7507AD. Grayscale: #C4C4C4. Windows color (decimal): -7669678 or 5437578. OLE color: 5437578.
HSL color Cylindrical-coordinate representation of color #8AF852: hue angle of 99.76º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8AF852 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 82 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.03 |
| HSL | 99.76º | 0.92% | 0.65% | - |
| HSV(B) | 99.76º | 0.67% | 0.97% | - |
| XYZ | 45.57 | 73.15 | 19.7 | - |
| YUV | 196.19 | 63.56 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 82 | 0.44 | 0 | 0.67 | 0.03 | 99.76 | 0.92 | 0.65 |
| Hex | 8A | F8 | 52 | 2C | 0 | 43 | 3 | 64 | 5C | 41 |
| Octal | 212 | 370 | 122 | 54 | 0 | 103 | 3 | 144 | 134 | 101 |
| Binary | 10001010 | 11111000 | 1010010 | 101100 | 0 | 1000011 | 11 | 1100100 | 1011100 | 1000001 |
Color Harmonies of #8AF852
Complementary color
Monochromatic Colors of #8AF852
Black with #8AF852
Text Example
Text Example
White with #8AF852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF852; }
p { color: rgb(138,248,82); }
H1.HeaderClassName
{
color: #8AF852;
}
.AnyTagClassName
{
color: #8AF852;
}
</style>
background-color css
<style>
a { background-color: #8AF852; }
a { background-color: rgb(138,248,82); }
div.DivClassName
{
background-color: #8AF852;
}
.BgClassName
{
background-color: #8AF852;
}
</style>
border-color css
<style>
span { border-color: #8AF852; }
span { border-color: rgb(138,248,82); }
td.TdClassName
{
border-color: #8AF852;
}
.TagClassName
{
border-color: #8AF852;
}
</style>