#70E08F

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

Shades of Pastel Green #70E08F

Tints of Pastel Green #70E08F

Color information

#70E08F (or 0x70E08F) is unknown color: approx Pastel Green. HEX triplet: 70, E0 and 8F. RGB value is (112,224,143). Sum of RGB (Red+Green+Blue) = 112+224+143=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 224 (87.89% from 255 or 46.76% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 224 - color contains mainly: green. Hex color #70E08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E08F is #8F1F70. Grayscale: #B5B5B5. Windows color (decimal): -9379697 or 9429104. OLE color: 9429104.

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

Color convert

RGB112224143-
CMYK0.5000.360.12
HSL136.61º64.37%65.88%-
HSV(B)136.61º50%87.84%-
XYZ38.358.7435.31-
YUV181.28106.3978.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 224 (87.89% from 255) = 46.76%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=23.38%
G=46.76%
B=29.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122241430.5000.360.12136.6164.3765.88
Hex70E08F32024C894042
Octal1603402176204414211100102
Binary11100001110000010001111110010010010011001000100110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,224,143); }

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

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

 a { background-color: rgb(112,224,143); }

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

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

 span { border-color: rgb(112,224,143); }

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