#70CA7E

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

Shades of Pastel Green #70CA7E

Tints of Pastel Green #70CA7E

Color information

#70CA7E (or 0x70CA7E) is unknown color: approx Pastel Green. HEX triplet: 70, CA and 7E. RGB value is (112,202,126). Sum of RGB (Red+Green+Blue) = 112+202+126=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA7E is #8F3581. Grayscale: #A6A6A6. Windows color (decimal): -9385346 or 8309360. OLE color: 8309360.

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

Color convert

RGB112202126-
CMYK0.4500.380.21
HSL129.33º45.92%61.57%-
HSV(B)129.33º44.55%79.22%-
XYZ31.5747.1927.18-
YUV166.43105.1889.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.45%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=25.45%
G=45.91%
B=28.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021260.4500.380.21129.3345.9261.57
Hex70CA7E2D02615812e3e
Octal16031217655046252015676
Binary111000011001010111111010110101001101010110000001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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