#7AEE75

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

Shades of Pastel Green #7AEE75

Tints of Pastel Green #7AEE75

Color information

#7AEE75 (or 0x7AEE75) is unknown color: approx Pastel Green. HEX triplet: 7A, EE and 75. RGB value is (122,238,117). Sum of RGB (Red+Green+Blue) = 122+238+117=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEE75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AEE75 is #85118A. Grayscale: #BDBDBD. Windows color (decimal): -8720779 or 7728762. OLE color: 7728762.

HSL color Cylindrical-coordinate representation of color #7AEE75: hue angle of 117.52º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AEE75 is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB122238117-
CMYK0.4900.510.07
HSL117.52º78.06%69.61%-
HSV(B)117.52º50.84%93.33%-
XYZ41.8166.5727.48-
YUV189.5287.0779.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.58%
GREEN value IS 238 (93.36% from 255) = 49.90%
BLUE value IS 117 (46.09% from 255) = 24.53%
R=25.58%
G=49.90%
B=24.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1222381170.4900.510.07117.5278.0669.61
Hex7AEE75310337764e46
Octal172356165610637166116106
Binary11110101110111011101011100010110011111111011010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AEE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,238,117); }

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

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

 a { background-color: rgb(122,238,117); }

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

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

 span { border-color: rgb(122,238,117); }

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