Html Css Color HEX #70FAA4 Light Green

📋 copy color: '#70FAA4'

red 112 ◦ green 250 ◦ blue 164

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

Shades of Light Green #70FAA4

Tints of Light Green #70FAA4

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.53%

 BLUE value IS 164 (64.45% from 255) = 31.18%

R = 21.29%
G = 47.53%
B = 31.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#70FAA4 (or 0x70FAA4) is known color: Light Green. HEX triplet: 70, FA and A4. RGB value is (112,250,164). Sum of RGB (Red+Green+Blue) = 112+250+164=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #70FAA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FAA4 is #8F055B. Grayscale: #C7C7C7. Windows color (decimal): -9373020 or 10812016. OLE color: 10812016.

HSL color Cylindrical-coordinate representation of color #70FAA4: hue angle of 142.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FAA4 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 250 164 -
CMYK 0.55 0 0.34 0.02
HSL 142.61º 0.93% 0.71% -
HSV(B) 142.61º 0.55% 0.98% -
XYZ 47.57 74.5 46.99 -
YUV 198.93 108.28 65.99 -
System Red Green Blue C M Y K H S L
Decimal 112 250 164 0.55 0 0.34 0.02 142.61 0.93 0.71
Hex 70 FA A4 37 0 22 2 8F 5D 47
Octal 160 372 244 67 0 42 2 217 135 107
Binary 1110000 11111010 10100100 110111 0 100010 10 10001111 1011101 1000111

Color Harmonies of #70FAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FAA4

Black with #70FAA4

Text Example


Text Example

White with #70FAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,250,164); }

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

background-color css

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

 a { background-color: rgb(112,250,164); }

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

border-color css

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

 span { border-color: rgb(112,250,164); }

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