Shades of Screamin' Green #8AF95A
Tints of Screamin' Green #8AF95A
RGB
CMYK
RGB Variations
Color information
#8AF95A (or 0x8AF95A) is known color: Screamin' Green. HEX triplet: 8A, F9 and 5A. RGB value is (138,249,90). Sum of RGB (Red+Green+Blue) = 138+249+90=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF95A is #7506A5. Grayscale: #C6C6C6. Windows color (decimal): -7669414 or 5962122. OLE color: 5962122.
HSL color Cylindrical-coordinate representation of color #8AF95A: hue angle of 101.89º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AF95A is Cyan = 0.45, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 249 | 90 | - |
| CMYK | 0.45 | 0 | 0.64 | 0.02 |
| HSL | 101.89º | 0.93% | 0.66% | - |
| HSV(B) | 101.89º | 0.64% | 0.98% | - |
| XYZ | 46.2 | 73.89 | 21.5 | - |
| YUV | 197.69 | 67.23 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 249 | 90 | 0.45 | 0 | 0.64 | 0.02 | 101.89 | 0.93 | 0.66 |
| Hex | 8A | F9 | 5A | 2D | 0 | 40 | 2 | 66 | 5D | 42 |
| Octal | 212 | 371 | 132 | 55 | 0 | 100 | 2 | 146 | 135 | 102 |
| Binary | 10001010 | 11111001 | 1011010 | 101101 | 0 | 1000000 | 10 | 1100110 | 1011101 | 1000010 |
Color Harmonies of #8AF95A
Complementary color
Monochromatic Colors of #8AF95A
Black with #8AF95A
Text Example
Text Example
White with #8AF95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF95A; }
p { color: rgb(138,249,90); }
H1.HeaderClassName
{
color: #8AF95A;
}
.AnyTagClassName
{
color: #8AF95A;
}
</style>
background-color css
<style>
a { background-color: #8AF95A; }
a { background-color: rgb(138,249,90); }
div.DivClassName
{
background-color: #8AF95A;
}
.BgClassName
{
background-color: #8AF95A;
}
</style>
border-color css
<style>
span { border-color: #8AF95A; }
span { border-color: rgb(138,249,90); }
td.TdClassName
{
border-color: #8AF95A;
}
.TagClassName
{
border-color: #8AF95A;
}
</style>