#70C974

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

Shades of Pastel Green #70C974

Tints of Pastel Green #70C974

Color information

#70C974 (or 0x70C974) is unknown color: approx Pastel Green. HEX triplet: 70, C9 and 74. RGB value is (112,201,116). Sum of RGB (Red+Green+Blue) = 112+201+116=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 201 (78.91% from 255 or 46.85% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 201 - color contains mainly: green. Hex color #70C974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C974 is #8F368B. Grayscale: #A4A4A4. Windows color (decimal): -9385612 or 7653744. OLE color: 7653744.

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

Color convert

RGB112201116-
CMYK0.4400.420.21
HSL122.7º45.18%61.37%-
HSV(B)122.7º44.28%78.82%-
XYZ30.7246.4823.88-
YUV164.7100.5190.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 201 (78.91% from 255) = 46.85%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=26.11%
G=46.85%
B=27.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122011160.4400.420.21122.745.1861.37
Hex70C9742C02A157b2d3d
Octal16031116454052251735575
Binary11100001100100111101001011000101010101011111011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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