Html Css Color HEX #70F08A Pastel Green

📋 copy color: '#70F08A'

red 112 ◦ green 240 ◦ blue 138

#70F08A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #70F08A

Tints of Pastel Green #70F08A

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.3% from 255) = 28.16%

R = 22.86%
G = 48.98%
B = 28.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#70F08A (or 0x70F08A) is known color: 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

RGB 112 240 138 -
CMYK 0.53 0 0.42 0.06
HSL 132.19º 0.81% 0.69% -
HSV(B) 132.19º 0.53% 0.94% -
XYZ 42.43 67.6 34.86 -
YUV 190.1 98.59 72.29 -
System Red Green Blue C M Y K H S L
Decimal 112 240 138 0.53 0 0.42 0.06 132.19 0.81 0.69
Hex 70 F0 8A 35 0 2A 6 84 51 45
Octal 160 360 212 65 0 52 6 204 121 105
Binary 1110000 11110000 10001010 110101 0 101010 110 10000100 1010001 1000101

Color Harmonies of #70F08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F08A

Black with #70F08A

Text Example


Text Example

White with #70F08A

Text Example


Text Example

HTML Codes & Css Web 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>