Html Css Color HEX #70D162 Pastel Green

📋 copy color: '#70D162'

red 112 ◦ green 209 ◦ blue 98

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

Shades of Pastel Green #70D162

Tints of Pastel Green #70D162

RGB

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

 GREEN value IS 209 (82.03% from 255) = 49.88%

 BLUE value IS 98 (38.67% from 255) = 23.39%

R = 26.73%
G = 49.88%
B = 23.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#70D162 (or 0x70D162) is known color: Pastel Green. HEX triplet: 70, D1 and 62. RGB value is (112,209,98). Sum of RGB (Red+Green+Blue) = 112+209+98=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 209 (82.03% from 255 or 49.88% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 209 - color contains mainly: green. Hex color #70D162 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D162 is #8F2E9D. Grayscale: #A7A7A7. Windows color (decimal): -9383582 or 6476144. OLE color: 6476144.

HSL color Cylindrical-coordinate representation of color #70D162: hue angle of 112.43º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70D162 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 209 98 -
CMYK 0.46 0 0.53 0.18
HSL 112.43º 0.55% 0.6% -
HSV(B) 112.43º 0.53% 0.82% -
XYZ 31.69 49.93 19.52 -
YUV 167.34 88.86 88.53 -
System Red Green Blue C M Y K H S L
Decimal 112 209 98 0.46 0 0.53 0.18 112.43 0.55 0.6
Hex 70 D1 62 2E 0 35 12 70 37 3C
Octal 160 321 142 56 0 65 22 160 67 74
Binary 1110000 11010001 1100010 101110 0 110101 10010 1110000 110111 111100

Color Harmonies of #70D162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D162

Black with #70D162

Text Example


Text Example

White with #70D162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,209,98); }

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

background-color css

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

 a { background-color: rgb(112,209,98); }

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

border-color css

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

 span { border-color: rgb(112,209,98); }

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