#70D97A

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

Shades of Pastel Green #70D97A

Tints of Pastel Green #70D97A

Color information

#70D97A (or 0x70D97A) is unknown color: approx Pastel Green. HEX triplet: 70, D9 and 7A. RGB value is (112,217,122). Sum of RGB (Red+Green+Blue) = 112+217+122=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #70D97A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D97A is #8F2685. Grayscale: #AFAFAF. Windows color (decimal): -9381510 or 8051056. OLE color: 8051056.

HSL color Cylindrical-coordinate representation of color #70D97A: hue angle of 125.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D97A is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB112217122-
CMYK0.4800.440.15
HSL125.71º58.01%64.51%-
HSV(B)125.71º48.39%85.1%-
XYZ35.0154.4827.08-
YUV174.7798.2183.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 217 (85.16% from 255) = 48.12%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=24.83%
G=48.12%
B=27.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1122171220.4800.440.15125.7158.0164.51
Hex70D97A3002CF7e3a41
Octal160331172600541717672101
Binary11100001101100111110101100000101100111111111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70D97A; }

 p { color: rgb(112,217,122); }

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

<style>
 a { background-color: #70D97A; }

 a { background-color: rgb(112,217,122); }

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

<style>
 span { border-color: #70D97A; }

 span { border-color: rgb(112,217,122); }

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