Html Css Color HEX #70C96E Pastel Green

📋 copy color: '#70C96E'

red 112 ◦ green 201 ◦ blue 110

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

Shades of Pastel Green #70C96E

Tints of Pastel Green #70C96E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

 BLUE value IS 110 (43.36% from 255) = 26%

R = 26.48%
G = 47.52%
B = 26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#70C96E (or 0x70C96E) is known color: Pastel Green. HEX triplet: 70, C9 and 6E. RGB value is (112,201,110). Sum of RGB (Red+Green+Blue) = 112+201+110=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 110 (43.36% from 255 or 26.00% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #70C96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C96E is #8F3691. Grayscale: #A4A4A4. Windows color (decimal): -9385618 or 7260528. OLE color: 7260528.

HSL color Cylindrical-coordinate representation of color #70C96E: hue angle of 118.68º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70C96E is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 201 110 -
CMYK 0.44 0 0.45 0.21
HSL 118.68º 0.46% 0.61% -
HSV(B) 118.68º 0.45% 0.79% -
XYZ 30.38 46.34 22.1 -
YUV 164.02 97.51 90.9 -
System Red Green Blue C M Y K H S L
Decimal 112 201 110 0.44 0 0.45 0.21 118.68 0.46 0.61
Hex 70 C9 6E 2C 0 2D 15 77 2E 3D
Octal 160 311 156 54 0 55 25 167 56 75
Binary 1110000 11001001 1101110 101100 0 101101 10101 1110111 101110 111101

Color Harmonies of #70C96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C96E

Black with #70C96E

Text Example


Text Example

White with #70C96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,201,110); }

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

background-color css

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

 a { background-color: rgb(112,201,110); }

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

border-color css

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

 span { border-color: rgb(112,201,110); }

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