#70C97C

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

Shades of Pastel Green #70C97C

Tints of Pastel Green #70C97C

Color information

#70C97C (or 0x70C97C) is unknown color: approx Pastel Green. HEX triplet: 70, C9 and 7C. RGB value is (112,201,124). Sum of RGB (Red+Green+Blue) = 112+201+124=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 201 (78.91% from 255 or 46.00% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 201 - color contains mainly: green. Hex color #70C97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C97C is #8F3683. Grayscale: #A5A5A5. Windows color (decimal): -9385604 or 8178032. OLE color: 8178032.

HSL color Cylindrical-coordinate representation of color #70C97C: hue angle of 128.09º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C97C is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB112201124-
CMYK0.4400.380.21
HSL128.09º45.18%61.37%-
HSV(B)128.09º44.28%78.82%-
XYZ31.2146.6726.43-
YUV165.61104.5189.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 201 (78.91% from 255) = 46.00%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=25.63%
G=46.00%
B=28.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122011240.4400.380.21128.0945.1861.37
Hex70C97C2C02615802d3d
Octal16031117454046252005575
Binary111000011001001111110010110001001101010110000000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,201,124); }

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

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

 a { background-color: rgb(112,201,124); }

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

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

 span { border-color: rgb(112,201,124); }

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