#70D06C

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

Shades of Pastel Green #70D06C

Tints of Pastel Green #70D06C

Color information

#70D06C (or 0x70D06C) is unknown color: approx Pastel Green. HEX triplet: 70, D0 and 6C. RGB value is (112,208,108). Sum of RGB (Red+Green+Blue) = 112+208+108=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #70D06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D06C is #8F2F93. Grayscale: #A8A8A8. Windows color (decimal): -9383828 or 7131248. OLE color: 7131248.

HSL color Cylindrical-coordinate representation of color #70D06C: hue angle of 117.6º 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 #70D06C is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB112208108-
CMYK0.4600.480.18
HSL117.6º51.55%61.96%-
HSV(B)117.6º48.08%81.57%-
XYZ31.9449.6422.09-
YUV167.994.288.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 208 (81.64% from 255) = 48.60%
BLUE value IS 108 (42.58% from 255) = 25.23%
R=26.17%
G=48.60%
B=25.23%

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
Decimal1122081080.4600.480.18117.651.5561.96
Hex70D06C2E0301276343e
Octal16032015456060221666476
Binary11100001101000011011001011100110000100101110110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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