Shades of Screamin' Green #8AF355
Tints of Screamin' Green #8AF355
RGB
CMYK
RGB Variations
Color information
#8AF355 (or 0x8AF355) is known color: Screamin' Green. HEX triplet: 8A, F3 and 55. RGB value is (138,243,85). Sum of RGB (Red+Green+Blue) = 138+243+85=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 243 (95.31% from 255 or 52.15% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF355 is #750CAA. Grayscale: #C2C2C2. Windows color (decimal): -7670955 or 5632906. OLE color: 5632906.
HSL color Cylindrical-coordinate representation of color #8AF355: hue angle of 99.87º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AF355 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 85 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.05 |
| HSL | 99.87º | 0.87% | 0.64% | - |
| HSV(B) | 99.87º | 0.65% | 0.95% | - |
| XYZ | 44.17 | 70.16 | 19.81 | - |
| YUV | 193.59 | 66.71 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 85 | 0.43 | 0 | 0.65 | 0.05 | 99.87 | 0.87 | 0.64 |
| Hex | 8A | F3 | 55 | 2B | 0 | 41 | 5 | 64 | 57 | 40 |
| Octal | 212 | 363 | 125 | 53 | 0 | 101 | 5 | 144 | 127 | 100 |
| Binary | 10001010 | 11110011 | 1010101 | 101011 | 0 | 1000001 | 101 | 1100100 | 1010111 | 1000000 |
Color Harmonies of #8AF355
Complementary color
Monochromatic Colors of #8AF355
Black with #8AF355
Text Example
Text Example
White with #8AF355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF355; }
p { color: rgb(138,243,85); }
H1.HeaderClassName
{
color: #8AF355;
}
.AnyTagClassName
{
color: #8AF355;
}
</style>
background-color css
<style>
a { background-color: #8AF355; }
a { background-color: rgb(138,243,85); }
div.DivClassName
{
background-color: #8AF355;
}
.BgClassName
{
background-color: #8AF355;
}
</style>
border-color css
<style>
span { border-color: #8AF355; }
span { border-color: rgb(138,243,85); }
td.TdClassName
{
border-color: #8AF355;
}
.TagClassName
{
border-color: #8AF355;
}
</style>