#70ED90

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

Shades of Pastel Green #70ED90

Tints of Pastel Green #70ED90

Color information

#70ED90 (or 0x70ED90) is unknown color: approx Pastel Green. HEX triplet: 70, ED and 90. RGB value is (112,237,144). Sum of RGB (Red+Green+Blue) = 112+237+144=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 237 (92.97% from 255 or 48.07% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70ED90 is #8F126F. Grayscale: #BDBDBD. Windows color (decimal): -9376368 or 9497968. OLE color: 9497968.

HSL color Cylindrical-coordinate representation of color #70ED90: hue angle of 135.36º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ED90 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB112237144-
CMYK0.5300.390.07
HSL135.36º77.64%68.43%-
HSV(B)135.36º52.74%92.94%-
XYZ4266.0336.92-
YUV189.02102.5973.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 237 (92.97% from 255) = 48.07%
BLUE value IS 144 (56.64% from 255) = 29.21%
R=22.72%
G=48.07%
B=29.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122371440.5300.390.07135.3677.6468.43
Hex70ED90350277874e44
Octal160355220650477207116104
Binary1110000111011011001000011010101001111111000011110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ED90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,237,144); }

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

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

 a { background-color: rgb(112,237,144); }

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

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

 span { border-color: rgb(112,237,144); }

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