#70D16C

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

Shades of Pastel Green #70D16C

Tints of Pastel Green #70D16C

Color information

#70D16C (or 0x70D16C) is unknown color: approx Pastel Green. HEX triplet: 70, D1 and 6C. RGB value is (112,209,108). Sum of RGB (Red+Green+Blue) = 112+209+108=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #70D16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D16C is #8F2E93. Grayscale: #A8A8A8. Windows color (decimal): -9383572 or 7131504. OLE color: 7131504.

HSL color Cylindrical-coordinate representation of color #70D16C: hue angle of 117.62º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D16C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB112209108-
CMYK0.4600.480.18
HSL117.62º52.33%62.16%-
HSV(B)117.62º48.33%81.96%-
XYZ32.1950.1322.17-
YUV168.4893.8687.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 209 (82.03% from 255) = 48.72%
BLUE value IS 108 (42.58% from 255) = 25.17%
R=26.11%
G=48.72%
B=25.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122091080.4600.480.18117.6252.3362.16
Hex70D16C2E0301276343e
Octal16032115456060221666476
Binary11100001101000111011001011100110000100101110110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,209,108); }

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

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

 a { background-color: rgb(112,209,108); }

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

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

 span { border-color: rgb(112,209,108); }

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