#70E156

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

Shades of Pastel Green #70E156

Tints of Pastel Green #70E156

Color information

#70E156 (or 0x70E156) is unknown color: approx Pastel Green. HEX triplet: 70, E1 and 56. RGB value is (112,225,86). Sum of RGB (Red+Green+Blue) = 112+225+86=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #70E156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E156 is #8F1EA9. Grayscale: #AFAFAF. Windows color (decimal): -9379498 or 5693808. OLE color: 5693808.

HSL color Cylindrical-coordinate representation of color #70E156: hue angle of 108.78º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70E156 is Cyan = 0.50, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB11222586-
CMYK0.5000.620.12
HSL108.78º69.85%60.98%-
HSV(B)108.78º61.78%88.24%-
XYZ35.2957.9718.13-
YUV175.3777.5682.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 225 (88.28% from 255) = 53.19%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=26.48%
G=53.19%
B=20.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal112225860.5000.620.12108.7869.8560.98
Hex70E1563203EC6d463d
Octal160341126620761415510675
Binary11100001110000110101101100100111110110011011011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,225,86); }

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

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

 a { background-color: rgb(112,225,86); }

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

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

 span { border-color: rgb(112,225,86); }

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