Html Css Color HEX #70EC8A Pastel Green

📋 copy color: '#70EC8A'

red 112 ◦ green 236 ◦ blue 138

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

Shades of Pastel Green #70EC8A

Tints of Pastel Green #70EC8A

RGB

 RED value IS 112 (44.14% from 255) = 23.05%

 GREEN value IS 236 (92.58% from 255) = 48.56%

 BLUE value IS 138 (54.3% from 255) = 28.4%

R = 23.05%
G = 48.56%
B = 28.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#70EC8A (or 0x70EC8A) is known color: Pastel Green. HEX triplet: 70, EC and 8A. RGB value is (112,236,138). Sum of RGB (Red+Green+Blue) = 112+236+138=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC8A is #8F1375. Grayscale: #BCBCBC. Windows color (decimal): -9376630 or 9104496. OLE color: 9104496.

HSL color Cylindrical-coordinate representation of color #70EC8A: hue angle of 132.58º degrees, saturation: 0.77, 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 #70EC8A is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 236 138 -
CMYK 0.53 0 0.42 0.07
HSL 132.58º 0.77% 0.68% -
HSV(B) 132.58º 0.53% 0.93% -
XYZ 41.26 65.27 34.47 -
YUV 187.75 99.92 73.97 -
System Red Green Blue C M Y K H S L
Decimal 112 236 138 0.53 0 0.42 0.07 132.58 0.77 0.68
Hex 70 EC 8A 35 0 2A 7 85 4D 44
Octal 160 354 212 65 0 52 7 205 115 104
Binary 1110000 11101100 10001010 110101 0 101010 111 10000101 1001101 1000100

Color Harmonies of #70EC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EC8A

Black with #70EC8A

Text Example


Text Example

White with #70EC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70EC8A;
 }
 .AnyTagClassName
 {
   color: #70EC8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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