#70E166

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

Shades of Pastel Green #70E166

Tints of Pastel Green #70E166

Color information

#70E166 (or 0x70E166) is unknown color: approx Pastel Green. HEX triplet: 70, E1 and 66. RGB value is (112,225,102). Sum of RGB (Red+Green+Blue) = 112+225+102=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 225 (88.28% from 255 or 51.25% from 439); Blue value is 102 (40.23% from 255 or 23.23% from 439); Max value from RGB is 225 - color contains mainly: green. Hex color #70E166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E166 is #8F1E99. Grayscale: #B1B1B1. Windows color (decimal): -9379482 or 6742384. OLE color: 6742384.

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

Color convert

RGB112225102-
CMYK0.5000.550.12
HSL115.12º67.21%64.12%-
HSV(B)115.12º54.67%88.24%-
XYZ36.0158.2521.92-
YUV177.1985.5681.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 225 (88.28% from 255) = 51.25%
BLUE value IS 102 (40.23% from 255) = 23.23%
R=25.51%
G=51.25%
B=23.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122251020.5000.550.12115.1267.2164.12
Hex70E16632037C734340
Octal1603411466206714163103100
Binary111000011100001110011011001001101111100111001110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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