#7EE186

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

Shades of Pastel Green #7EE186

Tints of Pastel Green #7EE186

Color information

#7EE186 (or 0x7EE186) is unknown color: approx Pastel Green. HEX triplet: 7E, E1 and 86. RGB value is (126,225,134). Sum of RGB (Red+Green+Blue) = 126+225+134=485 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.98% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #7EE186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE186 is #811E79. Grayscale: #B9B9B9. Windows color (decimal): -8461946 or 8839550. OLE color: 8839550.

HSL color Cylindrical-coordinate representation of color #7EE186: hue angle of 124.85º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EE186 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB126225134-
CMYK0.4400.400.12
HSL124.85º62.26%68.82%-
HSV(B)124.85º44%88.24%-
XYZ39.8360.0132.04-
YUV185.0299.285.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 25.98%
GREEN value IS 225 (88.28% from 255) = 46.39%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=25.98%
G=46.39%
B=27.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262251340.4400.400.12124.8562.2668.82
Hex7EE1862C028C7d3e45
Octal176341206540501417576105
Binary111111011100001100001101011000101000110011111011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,225,134); }

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

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

 a { background-color: rgb(126,225,134); }

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

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

 span { border-color: rgb(126,225,134); }

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