#7AF86A

Color #7AF86A Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #7AF86A

Tints of Screamin' Green #7AF86A

Color information

#7AF86A (or 0x7AF86A) is unknown color: approx 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

RGB122248106-
CMYK0.5100.570.03
HSL113.24º91.03%69.41%-
HSV(B)113.24º57.26%97.25%-
XYZ44.1972.3125.26-
YUV194.1478.2676.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 25.63%
GREEN value IS 248 (97.27% from 255) = 52.10%
BLUE value IS 106 (41.80% from 255) = 22.27%
R=25.63%
G=52.10%
B=22.27%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1222481060.5100.570.03113.2491.0369.41
Hex7AF86A330393715b45
Octal172370152630713161133105
Binary1111010111110001101010110011011100111111000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>