#7eea70

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

Shades of Pastel Green #7EEA70

Tints of Pastel Green #7EEA70

Color information

#7EEA70 (or 0x7EEA70) is unknown color: approx Pastel Green. HEX triplet: 7E, EA and 70. RGB value is (126,234,112). Sum of RGB (Red+Green+Blue) = 126+234+112=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #7EEA70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EEA70 is #81158F. Grayscale: #BCBCBC. Windows color (decimal): -8459664 or 7400062. OLE color: 7400062.

HSL color Cylindrical-coordinate representation of color #7EEA70: hue angle of 113.11º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EEA70 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB126234112-
CMYK0.4600.520.08
HSL113.11º74.39%67.84%-
HSV(B)113.11º52.14%91.76%-
XYZ40.9564.4525.61-
YUV187.885.2283.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.69%
GREEN value IS 234 (91.80% from 255) = 49.58%
BLUE value IS 112 (44.14% from 255) = 23.73%
R=26.69%
G=49.58%
B=23.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1262341120.4600.520.08113.1174.3967.84
Hex7EEA702E0348714a44
Octal1763521605606410161112104
Binary111111011101010111000010111001101001000111000110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7eea70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,234,112); }

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

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

 a { background-color: rgb(126,234,112); }

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

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

 span { border-color: rgb(126,234,112); }

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