Shades of Screamin' Green #7AF94A
Tints of Screamin' Green #7AF94A
RGB
CMYK
RGB Variations
Color information
#7AF94A (or 0x7AF94A) is known color: Screamin' Green. HEX triplet: 7A, F9 and 4A. RGB value is (122,249,74). Sum of RGB (Red+Green+Blue) = 122+249+74=445 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.42% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #7AF94A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF94A is #8506B5. Grayscale: #BFBFBF. Windows color (decimal): -8718006 or 4913530. OLE color: 4913530.
HSL color Cylindrical-coordinate representation of color #7AF94A: hue angle of 103.54º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AF94A is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 122 | 249 | 74 | - |
| CMYK | 0.51 | 0 | 0.70 | 0.02 |
| HSL | 103.54º | 0.94% | 0.63% | - |
| HSV(B) | 103.54º | 0.7% | 0.98% | - |
| XYZ | 43.14 | 72.38 | 18.18 | - |
| YUV | 191.08 | 61.92 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 249 | 74 | 0.51 | 0 | 0.70 | 0.02 | 103.54 | 0.94 | 0.63 |
| Hex | 7A | F9 | 4A | 33 | 0 | 46 | 2 | 68 | 5E | 3F |
| Octal | 172 | 371 | 112 | 63 | 0 | 106 | 2 | 150 | 136 | 77 |
| Binary | 1111010 | 11111001 | 1001010 | 110011 | 0 | 1000110 | 10 | 1101000 | 1011110 | 111111 |
Color Harmonies of #7AF94A
Complementary color
Monochromatic Colors of #7AF94A
Black with #7AF94A
Text Example
Text Example
White with #7AF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF94A; }
p { color: rgb(122,249,74); }
H1.HeaderClassName
{
color: #7AF94A;
}
.AnyTagClassName
{
color: #7AF94A;
}
</style>
background-color css
<style>
a { background-color: #7AF94A; }
a { background-color: rgb(122,249,74); }
div.DivClassName
{
background-color: #7AF94A;
}
.BgClassName
{
background-color: #7AF94A;
}
</style>
border-color css
<style>
span { border-color: #7AF94A; }
span { border-color: rgb(122,249,74); }
td.TdClassName
{
border-color: #7AF94A;
}
.TagClassName
{
border-color: #7AF94A;
}
</style>