#70CA6D

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

Shades of Pastel Green #70CA6D

Tints of Pastel Green #70CA6D

Color information

#70CA6D (or 0x70CA6D) is unknown color: approx Pastel Green. HEX triplet: 70, CA and 6D. RGB value is (112,202,109). Sum of RGB (Red+Green+Blue) = 112+202+109=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA6D is #8F3592. Grayscale: #A4A4A4. Windows color (decimal): -9385363 or 7195248. OLE color: 7195248.

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

Color convert

RGB112202109-
CMYK0.4500.460.21
HSL118.06º46.73%60.98%-
HSV(B)118.06º46.04%79.22%-
XYZ30.5646.7921.89-
YUV164.4996.6890.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 109 (42.97% from 255) = 25.77%
R=26.48%
G=47.75%
B=25.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021090.4500.460.21118.0646.7360.98
Hex70CA6D2D02E15762f3d
Octal16031215555056251665775
Binary11100001100101011011011011010101110101011110110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,202,109); }

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

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

 a { background-color: rgb(112,202,109); }

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

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

 span { border-color: rgb(112,202,109); }

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