#70C976

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

Shades of Pastel Green #70C976

Tints of Pastel Green #70C976

Color information

#70C976 (or 0x70C976) is unknown color: approx Pastel Green. HEX triplet: 70, C9 and 76. RGB value is (112,201,118). Sum of RGB (Red+Green+Blue) = 112+201+118=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 201 - color contains mainly: green. Hex color #70C976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C976 is #8F3689. Grayscale: #A5A5A5. Windows color (decimal): -9385610 or 7784816. OLE color: 7784816.

HSL color Cylindrical-coordinate representation of color #70C976: hue angle of 124.04º 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 #70C976 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB112201118-
CMYK0.4400.410.21
HSL124.04º45.18%61.37%-
HSV(B)124.04º44.28%78.82%-
XYZ30.8446.5324.49-
YUV164.93101.5190.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 201 (78.91% from 255) = 46.64%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=25.99%
G=46.64%
B=27.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122011180.4400.410.21124.0445.1861.37
Hex70C9762C029157c2d3d
Octal16031116654051251745575
Binary11100001100100111101101011000101001101011111100101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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