#7AE175

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

Shades of Pastel Green #7AE175

Tints of Pastel Green #7AE175

Color information

#7AE175 (or 0x7AE175) is unknown color: approx Pastel Green. HEX triplet: 7A, E1 and 75. RGB value is (122,225,117). Sum of RGB (Red+Green+Blue) = 122+225+117=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 225 (88.28% from 255 or 48.49% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AE175 is #851E8A. Grayscale: #B6B6B6. Windows color (decimal): -8724107 or 7725434. OLE color: 7725434.

HSL color Cylindrical-coordinate representation of color #7AE175: hue angle of 117.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AE175 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB122225117-
CMYK0.4600.480.12
HSL117.22º64.29%67.06%-
HSV(B)117.22º48%88.24%-
XYZ38.1659.2726.26-
YUV181.8991.3885.28-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.29%
GREEN value IS 225 (88.28% from 255) = 48.49%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=26.29%
G=48.49%
B=25.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222251170.4600.480.12117.2264.2967.06
Hex7AE1752E030C754043
Octal1723411655606014165100103
Binary111101011100001111010110111001100001100111010110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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