#7AF071

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

Shades of Pastel Green #7AF071

Tints of Pastel Green #7AF071

Color information

#7AF071 (or 0x7AF071) is unknown color: approx Pastel Green. HEX triplet: 7A, F0 and 71. RGB value is (122,240,113). Sum of RGB (Red+Green+Blue) = 122+240+113=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #7AF071 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF071 is #850F8E. Grayscale: #BEBEBE. Windows color (decimal): -8720271 or 7467130. OLE color: 7467130.

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

Color convert

RGB122240113-
CMYK0.4900.530.06
HSL115.75º80.89%69.22%-
HSV(B)115.75º52.92%94.12%-
XYZ42.1767.6526.46-
YUV190.2484.4179.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.68%
GREEN value IS 240 (94.14% from 255) = 50.53%
BLUE value IS 113 (44.53% from 255) = 23.79%
R=25.68%
G=50.53%
B=23.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1222401130.4900.530.06115.7580.8969.22
Hex7AF071310356745145
Octal172360161610656164121105
Binary11110101111000011100011100010110101110111010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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