#7AF048

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

Shades of Screamin' Green #7AF048

Tints of Screamin' Green #7AF048

Color information

#7AF048 (or 0x7AF048) is unknown color: approx Screamin' Green. HEX triplet: 7A, F0 and 48. RGB value is (122,240,72). Sum of RGB (Red+Green+Blue) = 122+240+72=434 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.11% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF048 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7AF048 is #850FB7. Grayscale: #BABABA. Windows color (decimal): -8720312 or 4780154. OLE color: 4780154.

HSL color Cylindrical-coordinate representation of color #7AF048: hue angle of 102.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7AF048 is Cyan = 0.49, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB12224072-
CMYK0.4900.70.06
HSL102.14º84.85%61.18%-
HSV(B)102.14º70%94.12%-
XYZ40.3666.9316.92-
YUV185.5763.9182.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.11%
GREEN value IS 240 (94.14% from 255) = 55.30%
BLUE value IS 72 (28.52% from 255) = 16.59%
R=28.11%
G=55.30%
B=16.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal122240720.4900.70.06102.1484.8561.18
Hex7AF04831046666553d
Octal172360110610106614612575
Binary11110101111000010010001100010100011011011001101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AF048; }

 p { color: rgb(122,240,72); }

 H1.HeaderClassName
 {
   color: #7AF048;
 }
 .AnyTagClassName
 {
   color: #7AF048;
 }
</style>
background-color css

<style>
 a { background-color: #7AF048; }

 a { background-color: rgb(122,240,72); }

 div.DivClassName
 {
   background-color: #7AF048;
 }
 .BgClassName
 {
   background-color: #7AF048;
 }
</style>
border-color css

<style>
 span { border-color: #7AF048; }

 span { border-color: rgb(122,240,72); }

 td.TdClassName
 {
   border-color: #7AF048;
 }
 .TagClassName
 {
   border-color: #7AF048;
 }
</style>