Html Css Color HEX #70F38A Pastel Green

📋 copy color: '#70F38A'

red 112 ◦ green 243 ◦ blue 138

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

Shades of Pastel Green #70F38A

Tints of Pastel Green #70F38A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.29%

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

R = 22.72%
G = 49.29%
B = 27.99%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#70F38A (or 0x70F38A) is known color: Pastel Green. HEX triplet: 70, F3 and 8A. RGB value is (112,243,138). Sum of RGB (Red+Green+Blue) = 112+243+138=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #70F38A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F38A is #8F0C75. Grayscale: #C0C0C0. Windows color (decimal): -9374838 or 9106288. OLE color: 9106288.

HSL color Cylindrical-coordinate representation of color #70F38A: hue angle of 131.91º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F38A is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 243 138 -
CMYK 0.54 0 0.43 0.05
HSL 131.91º 0.85% 0.7% -
HSV(B) 131.91º 0.54% 0.95% -
XYZ 43.32 69.38 35.15 -
YUV 191.86 97.6 71.04 -
System Red Green Blue C M Y K H S L
Decimal 112 243 138 0.54 0 0.43 0.05 131.91 0.85 0.7
Hex 70 F3 8A 36 0 2B 5 84 55 46
Octal 160 363 212 66 0 53 5 204 125 106
Binary 1110000 11110011 10001010 110110 0 101011 101 10000100 1010101 1000110

Color Harmonies of #70F38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F38A

Black with #70F38A

Text Example


Text Example

White with #70F38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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