#70DC7A

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

Shades of Pastel Green #70DC7A

Tints of Pastel Green #70DC7A

Color information

#70DC7A (or 0x70DC7A) is unknown color: approx Pastel Green. HEX triplet: 70, DC and 7A. RGB value is (112,220,122). Sum of RGB (Red+Green+Blue) = 112+220+122=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC7A is #8F2385. Grayscale: #B0B0B0. Windows color (decimal): -9380742 or 8051824. OLE color: 8051824.

HSL color Cylindrical-coordinate representation of color #70DC7A: hue angle of 125.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DC7A is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB112220122-
CMYK0.4900.450.14
HSL125.56º60.67%65.1%-
HSV(B)125.56º49.09%86.27%-
XYZ35.7956.0427.34-
YUV176.5497.2281.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 220 (86.33% from 255) = 48.46%
BLUE value IS 122 (48.05% from 255) = 26.87%
R=24.67%
G=48.46%
B=26.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122201220.4900.450.14125.5660.6765.1
Hex70DC7A3102DE7e3d41
Octal160334172610551617675101
Binary11100001101110011110101100010101101111011111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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