Shades of Screamin' Green #8AF353
Tints of Screamin' Green #8AF353
RGB
CMYK
RGB Variations
Color information
#8AF353 (or 0x8AF353) is known color: Screamin' Green. HEX triplet: 8A, F3 and 53. RGB value is (138,243,83). Sum of RGB (Red+Green+Blue) = 138+243+83=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 243 (95.31% from 255 or 52.37% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF353 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF353 is #750CAC. Grayscale: #C1C1C1. Windows color (decimal): -7670957 or 5501834. OLE color: 5501834.
HSL color Cylindrical-coordinate representation of color #8AF353: hue angle of 99.38º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AF353 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 83 | - |
| CMYK | 0.43 | 0 | 0.66 | 0.05 |
| HSL | 99.38º | 0.87% | 0.64% | - |
| HSV(B) | 99.38º | 0.66% | 0.95% | - |
| XYZ | 44.09 | 70.13 | 19.4 | - |
| YUV | 193.37 | 65.71 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 83 | 0.43 | 0 | 0.66 | 0.05 | 99.38 | 0.87 | 0.64 |
| Hex | 8A | F3 | 53 | 2B | 0 | 42 | 5 | 63 | 57 | 40 |
| Octal | 212 | 363 | 123 | 53 | 0 | 102 | 5 | 143 | 127 | 100 |
| Binary | 10001010 | 11110011 | 1010011 | 101011 | 0 | 1000010 | 101 | 1100011 | 1010111 | 1000000 |
Color Harmonies of #8AF353
Complementary color
Monochromatic Colors of #8AF353
Black with #8AF353
Text Example
Text Example
White with #8AF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF353; }
p { color: rgb(138,243,83); }
H1.HeaderClassName
{
color: #8AF353;
}
.AnyTagClassName
{
color: #8AF353;
}
</style>
background-color css
<style>
a { background-color: #8AF353; }
a { background-color: rgb(138,243,83); }
div.DivClassName
{
background-color: #8AF353;
}
.BgClassName
{
background-color: #8AF353;
}
</style>
border-color css
<style>
span { border-color: #8AF353; }
span { border-color: rgb(138,243,83); }
td.TdClassName
{
border-color: #8AF353;
}
.TagClassName
{
border-color: #8AF353;
}
</style>