#70E164

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

Shades of Pastel Green #70E164

Tints of Pastel Green #70E164

Color information

#70E164 (or 0x70E164) is unknown color: approx Pastel Green. HEX triplet: 70, E1 and 64. RGB value is (112,225,100). Sum of RGB (Red+Green+Blue) = 112+225+100=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 225 (88.28% from 255 or 51.49% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 225 - color contains mainly: green. Hex color #70E164 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E164 is #8F1E9B. Grayscale: #B1B1B1. Windows color (decimal): -9379484 or 6611312. OLE color: 6611312.

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

Color convert

RGB112225100-
CMYK0.5000.560.12
HSL114.24º67.57%63.73%-
HSV(B)114.24º55.56%88.24%-
XYZ35.9158.2221.4-
YUV176.9684.5681.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 225 (88.28% from 255) = 51.49%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=25.63%
G=51.49%
B=22.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122251000.5000.560.12114.2467.5763.73
Hex70E16432038C724440
Octal1603411446207014162104100
Binary111000011100001110010011001001110001100111001010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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