Shades of Screamin' Green #7AF86A
Tints of Screamin' Green #7AF86A
RGB
CMYK
RGB Variations
Color information
#7AF86A (or 0x7AF86A) is known color: Screamin' Green. HEX triplet: 7A, F8 and 6A. RGB value is (122,248,106). Sum of RGB (Red+Green+Blue) = 122+248+106=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF86A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF86A is #850795. Grayscale: #C2C2C2. Windows color (decimal): -8718230 or 7010426. OLE color: 7010426.
HSL color Cylindrical-coordinate representation of color #7AF86A: hue angle of 113.24º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AF86A is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 106 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.03 |
| HSL | 113.24º | 0.91% | 0.69% | - |
| HSV(B) | 113.24º | 0.57% | 0.97% | - |
| XYZ | 44.19 | 72.31 | 25.26 | - |
| YUV | 194.14 | 78.26 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 106 | 0.51 | 0 | 0.57 | 0.03 | 113.24 | 0.91 | 0.69 |
| Hex | 7A | F8 | 6A | 33 | 0 | 39 | 3 | 71 | 5B | 45 |
| Octal | 172 | 370 | 152 | 63 | 0 | 71 | 3 | 161 | 133 | 105 |
| Binary | 1111010 | 11111000 | 1101010 | 110011 | 0 | 111001 | 11 | 1110001 | 1011011 | 1000101 |
Color Harmonies of #7AF86A
Complementary color
Monochromatic Colors of #7AF86A
Black with #7AF86A
Text Example
Text Example
White with #7AF86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF86A; }
p { color: rgb(122,248,106); }
H1.HeaderClassName
{
color: #7AF86A;
}
.AnyTagClassName
{
color: #7AF86A;
}
</style>
background-color css
<style>
a { background-color: #7AF86A; }
a { background-color: rgb(122,248,106); }
div.DivClassName
{
background-color: #7AF86A;
}
.BgClassName
{
background-color: #7AF86A;
}
</style>
border-color css
<style>
span { border-color: #7AF86A; }
span { border-color: rgb(122,248,106); }
td.TdClassName
{
border-color: #7AF86A;
}
.TagClassName
{
border-color: #7AF86A;
}
</style>