Html Css Color HEX #70E159 Pastel Green

📋 copy color: '#70E159'

red 112 ◦ green 225 ◦ blue 89

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

Shades of Pastel Green #70E159

Tints of Pastel Green #70E159

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.82%

 BLUE value IS 89 (35.16% from 255) = 20.89%

R = 26.29%
G = 52.82%
B = 20.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#70E159 (or 0x70E159) is known color: Pastel Green. HEX triplet: 70, E1 and 59. RGB value is (112,225,89). Sum of RGB (Red+Green+Blue) = 112+225+89=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 225 (88.28% from 255 or 52.82% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 225 - color contains mainly: green. Hex color #70E159 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E159 is #8F1EA6. Grayscale: #B0B0B0. Windows color (decimal): -9379495 or 5890416. OLE color: 5890416.

HSL color Cylindrical-coordinate representation of color #70E159: hue angle of 109.85º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70E159 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 89 -
CMYK 0.50 0 0.60 0.12
HSL 109.85º 0.69% 0.62% -
HSV(B) 109.85º 0.6% 0.88% -
XYZ 35.41 58.02 18.78 -
YUV 175.71 79.06 82.56 -
System Red Green Blue C M Y K H S L
Decimal 112 225 89 0.50 0 0.60 0.12 109.85 0.69 0.62
Hex 70 E1 59 32 0 3C C 6E 45 3E
Octal 160 341 131 62 0 74 14 156 105 76
Binary 1110000 11100001 1011001 110010 0 111100 1100 1101110 1000101 111110

Color Harmonies of #70E159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E159

Black with #70E159

Text Example


Text Example

White with #70E159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,225,89); }

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

background-color css

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

 a { background-color: rgb(112,225,89); }

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

border-color css

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

 span { border-color: rgb(112,225,89); }

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