#70CA7A

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

Shades of Pastel Green #70CA7A

Tints of Pastel Green #70CA7A

Color information

#70CA7A (or 0x70CA7A) is unknown color: approx Pastel Green. HEX triplet: 70, CA and 7A. RGB value is (112,202,122). Sum of RGB (Red+Green+Blue) = 112+202+122=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 202 (79.30% from 255 or 46.33% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA7A is #8F3585. Grayscale: #A6A6A6. Windows color (decimal): -9385350 or 8047216. OLE color: 8047216.

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

Color convert

RGB112202122-
CMYK0.4500.400.21
HSL126.67º45.92%61.57%-
HSV(B)126.67º44.55%79.22%-
XYZ31.3247.0925.85-
YUV165.97103.1889.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 202 (79.30% from 255) = 46.33%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=25.69%
G=46.33%
B=27.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021220.4500.400.21126.6745.9261.57
Hex70CA7A2D028157f2e3e
Octal16031217255050251775676
Binary11100001100101011110101011010101000101011111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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