Shades of Screamin' Green #8AF85A
Tints of Screamin' Green #8AF85A
RGB
CMYK
RGB Variations
Color information
#8AF85A (or 0x8AF85A) is known color: Screamin' Green. HEX triplet: 8A, F8 and 5A. RGB value is (138,248,90). Sum of RGB (Red+Green+Blue) = 138+248+90=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF85A is #7507A5. Grayscale: #C5C5C5. Windows color (decimal): -7669670 or 5961866. OLE color: 5961866.
HSL color Cylindrical-coordinate representation of color #8AF85A: hue angle of 101.77º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AF85A is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 90 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.03 |
| HSL | 101.77º | 0.92% | 0.66% | - |
| HSV(B) | 101.77º | 0.64% | 0.97% | - |
| XYZ | 45.89 | 73.28 | 21.4 | - |
| YUV | 197.1 | 67.56 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 90 | 0.44 | 0 | 0.64 | 0.03 | 101.77 | 0.92 | 0.66 |
| Hex | 8A | F8 | 5A | 2C | 0 | 40 | 3 | 66 | 5C | 42 |
| Octal | 212 | 370 | 132 | 54 | 0 | 100 | 3 | 146 | 134 | 102 |
| Binary | 10001010 | 11111000 | 1011010 | 101100 | 0 | 1000000 | 11 | 1100110 | 1011100 | 1000010 |
Color Harmonies of #8AF85A
Complementary color
Monochromatic Colors of #8AF85A
Black with #8AF85A
Text Example
Text Example
White with #8AF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF85A; }
p { color: rgb(138,248,90); }
H1.HeaderClassName
{
color: #8AF85A;
}
.AnyTagClassName
{
color: #8AF85A;
}
</style>
background-color css
<style>
a { background-color: #8AF85A; }
a { background-color: rgb(138,248,90); }
div.DivClassName
{
background-color: #8AF85A;
}
.BgClassName
{
background-color: #8AF85A;
}
</style>
border-color css
<style>
span { border-color: #8AF85A; }
span { border-color: rgb(138,248,90); }
td.TdClassName
{
border-color: #8AF85A;
}
.TagClassName
{
border-color: #8AF85A;
}
</style>