Html Css Color HEX #70EA90 Pastel Green

📋 copy color: '#70EA90'

red 112 ◦ green 234 ◦ blue 144

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

Shades of Pastel Green #70EA90

Tints of Pastel Green #70EA90

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.76%

 BLUE value IS 144 (56.64% from 255) = 29.39%

R = 22.86%
G = 47.76%
B = 29.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#70EA90 (or 0x70EA90) is known color: Pastel Green. HEX triplet: 70, EA and 90. RGB value is (112,234,144). Sum of RGB (Red+Green+Blue) = 112+234+144=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EA90 is #8F156F. Grayscale: #BBBBBB. Windows color (decimal): -9377136 or 9497200. OLE color: 9497200.

HSL color Cylindrical-coordinate representation of color #70EA90: hue angle of 135.74º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EA90 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 234 144 -
CMYK 0.52 0 0.38 0.08
HSL 135.74º 0.74% 0.68% -
HSV(B) 135.74º 0.52% 0.92% -
XYZ 41.14 64.3 36.63 -
YUV 187.26 103.58 74.32 -
System Red Green Blue C M Y K H S L
Decimal 112 234 144 0.52 0 0.38 0.08 135.74 0.74 0.68
Hex 70 EA 90 34 0 26 8 88 4A 44
Octal 160 352 220 64 0 46 10 210 112 104
Binary 1110000 11101010 10010000 110100 0 100110 1000 10001000 1001010 1000100

Color Harmonies of #70EA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EA90

Black with #70EA90

Text Example


Text Example

White with #70EA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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