#70c973

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

Shades of Pastel Green #70C973

Tints of Pastel Green #70C973

Color information

#70C973 (or 0x70C973) is unknown color: approx Pastel Green. HEX triplet: 70, C9 and 73. RGB value is (112,201,115). Sum of RGB (Red+Green+Blue) = 112+201+115=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #70C973 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C973 is #8F368C. Grayscale: #A4A4A4. Windows color (decimal): -9385613 or 7588208. OLE color: 7588208.

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

Color convert

RGB112201115-
CMYK0.4400.430.21
HSL122.02º45.18%61.37%-
HSV(B)122.02º44.28%78.82%-
XYZ30.6646.4623.57-
YUV164.58100.0190.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 201 (78.91% from 255) = 46.96%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=26.17%
G=46.96%
B=26.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122011150.4400.430.21122.0245.1861.37
Hex70C9732C02B157a2d3d
Octal16031116354053251725575
Binary11100001100100111100111011000101011101011111010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70c973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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