#70F08A

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

Shades of Pastel Green #70F08A

Tints of Pastel Green #70F08A

Color information

#70F08A (or 0x70F08A) is unknown color: approx Pastel Green. HEX triplet: 70, F0 and 8A. RGB value is (112,240,138). Sum of RGB (Red+Green+Blue) = 112+240+138=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #70F08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F08A is #8F0F75. Grayscale: #BEBEBE. Windows color (decimal): -9375606 or 9105520. OLE color: 9105520.

HSL color Cylindrical-coordinate representation of color #70F08A: hue angle of 132.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F08A is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB112240138-
CMYK0.5300.420.06
HSL132.19º81.01%69.02%-
HSV(B)132.19º53.33%94.12%-
XYZ42.4367.634.86-
YUV190.198.5972.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.86%
GREEN value IS 240 (94.14% from 255) = 48.98%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=22.86%
G=48.98%
B=28.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1122401380.5300.420.06132.1981.0169.02
Hex70F08A3502A6845145
Octal160360212650526204121105
Binary1110000111100001000101011010101010101101000010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,240,138); }

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

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

 a { background-color: rgb(112,240,138); }

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

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

 span { border-color: rgb(112,240,138); }

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