#70E26C

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

Shades of Pastel Green #70E26C

Tints of Pastel Green #70E26C

Color information

#70E26C (or 0x70E26C) is unknown color: approx Pastel Green. HEX triplet: 70, E2 and 6C. RGB value is (112,226,108). Sum of RGB (Red+Green+Blue) = 112+226+108=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #70E26C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E26C is #8F1D93. Grayscale: #B2B2B2. Windows color (decimal): -9379220 or 7135856. OLE color: 7135856.

HSL color Cylindrical-coordinate representation of color #70E26C: hue angle of 117.97º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E26C is Cyan = 0.50, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB112226108-
CMYK0.5000.520.11
HSL117.97º67.05%65.49%-
HSV(B)117.97º52.21%88.63%-
XYZ36.5958.9223.63-
YUV178.4688.2380.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.11%
GREEN value IS 226 (88.67% from 255) = 50.67%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=25.11%
G=50.67%
B=24.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122261080.5000.520.11117.9767.0565.49
Hex70E26C32034B764341
Octal1603421546206413166103101
Binary111000011100010110110011001001101001011111011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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