#70F18D

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

Shades of Pastel Green #70F18D

Tints of Pastel Green #70F18D

Color information

#70F18D (or 0x70F18D) is unknown color: approx Pastel Green. HEX triplet: 70, F1 and 8D. RGB value is (112,241,141). Sum of RGB (Red+Green+Blue) = 112+241+141=494 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.67% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #70F18D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F18D is #8F0E72. Grayscale: #BFBFBF. Windows color (decimal): -9375347 or 9302384. OLE color: 9302384.

HSL color Cylindrical-coordinate representation of color #70F18D: hue angle of 133.49º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F18D is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB112241141-
CMYK0.5400.410.05
HSL133.49º82.17%69.22%-
HSV(B)133.49º53.53%94.51%-
XYZ42.9568.2836.11-
YUV191.0399.7671.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.67%
GREEN value IS 241 (94.53% from 255) = 48.79%
BLUE value IS 141 (55.47% from 255) = 28.54%
R=22.67%
G=48.79%
B=28.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122411410.5400.410.05133.4982.1769.22
Hex70F18D360295855245
Octal160361215660515205122105
Binary1110000111100011000110111011001010011011000010110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,241,141); }

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

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

 a { background-color: rgb(112,241,141); }

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

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

 span { border-color: rgb(112,241,141); }

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