#7AE185

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

Shades of Pastel Green #7AE185

Tints of Pastel Green #7AE185

Color information

#7AE185 (or 0x7AE185) is unknown color: approx Pastel Green. HEX triplet: 7A, E1 and 85. RGB value is (122,225,133). Sum of RGB (Red+Green+Blue) = 122+225+133=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #7AE185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AE185 is #851E7A. Grayscale: #B7B7B7. Windows color (decimal): -8724091 or 8774010. OLE color: 8774010.

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

Color convert

RGB122225133-
CMYK0.4600.410.12
HSL126.41º63.19%68.04%-
HSV(B)126.41º45.78%88.24%-
XYZ39.1859.6831.64-
YUV183.7299.3883.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.42%
GREEN value IS 225 (88.28% from 255) = 46.88%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=25.42%
G=46.88%
B=27.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1222251330.4600.410.12126.4163.1968.04
Hex7AE1852E029C7e3f44
Octal172341205560511417677104
Binary111101011100001100001011011100101001110011111101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AE185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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