Shades of Screamin' Green #7AF168
Tints of Screamin' Green #7AF168
RGB
CMYK
RGB Variations
Color information
#7AF168 (or 0x7AF168) is known color: Screamin' Green. HEX triplet: 7A, F1 and 68. RGB value is (122,241,104). Sum of RGB (Red+Green+Blue) = 122+241+104=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF168 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF168 is #850E97. Grayscale: #BEBEBE. Windows color (decimal): -8720024 or 6877562. OLE color: 6877562.
HSL color Cylindrical-coordinate representation of color #7AF168: hue angle of 112.12º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7AF168 is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 104 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.05 |
| HSL | 112.12º | 0.83% | 0.68% | - |
| HSV(B) | 112.12º | 0.57% | 0.95% | - |
| XYZ | 41.98 | 68.05 | 24.02 | - |
| YUV | 189.8 | 79.58 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 104 | 0.49 | 0 | 0.57 | 0.05 | 112.12 | 0.83 | 0.68 |
| Hex | 7A | F1 | 68 | 31 | 0 | 39 | 5 | 70 | 53 | 44 |
| Octal | 172 | 361 | 150 | 61 | 0 | 71 | 5 | 160 | 123 | 104 |
| Binary | 1111010 | 11110001 | 1101000 | 110001 | 0 | 111001 | 101 | 1110000 | 1010011 | 1000100 |
Color Harmonies of #7AF168
Complementary color
Monochromatic Colors of #7AF168
Black with #7AF168
Text Example
Text Example
White with #7AF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF168; }
p { color: rgb(122,241,104); }
H1.HeaderClassName
{
color: #7AF168;
}
.AnyTagClassName
{
color: #7AF168;
}
</style>
background-color css
<style>
a { background-color: #7AF168; }
a { background-color: rgb(122,241,104); }
div.DivClassName
{
background-color: #7AF168;
}
.BgClassName
{
background-color: #7AF168;
}
</style>
border-color css
<style>
span { border-color: #7AF168; }
span { border-color: rgb(122,241,104); }
td.TdClassName
{
border-color: #7AF168;
}
.TagClassName
{
border-color: #7AF168;
}
</style>