Html Css Color HEX #70F8A1 Light Green

📋 copy color: '#70F8A1'

red 112 ◦ green 248 ◦ blue 161

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

Shades of Light Green #70F8A1

Tints of Light Green #70F8A1

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.6%

 BLUE value IS 161 (63.28% from 255) = 30.9%

R = 21.5%
G = 47.6%
B = 30.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.03

RGB Variations

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

Color information

#70F8A1 (or 0x70F8A1) is known color: Light Green. HEX triplet: 70, F8 and A1. RGB value is (112,248,161). Sum of RGB (Red+Green+Blue) = 112+248+161=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #70F8A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F8A1 is #8F075E. Grayscale: #C5C5C5. Windows color (decimal): -9373535 or 10614896. OLE color: 10614896.

HSL color Cylindrical-coordinate representation of color #70F8A1: hue angle of 141.62º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F8A1 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 248 161 -
CMYK 0.55 0 0.35 0.03
HSL 141.62º 0.91% 0.71% -
HSV(B) 141.62º 0.55% 0.97% -
XYZ 46.68 73.15 45.38 -
YUV 197.42 107.44 67.07 -
System Red Green Blue C M Y K H S L
Decimal 112 248 161 0.55 0 0.35 0.03 141.62 0.91 0.71
Hex 70 F8 A1 37 0 23 3 8E 5B 47
Octal 160 370 241 67 0 43 3 216 133 107
Binary 1110000 11111000 10100001 110111 0 100011 11 10001110 1011011 1000111

Color Harmonies of #70F8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F8A1

Black with #70F8A1

Text Example


Text Example

White with #70F8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,248,161); }

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

background-color css

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

 a { background-color: rgb(112,248,161); }

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

border-color css

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

 span { border-color: rgb(112,248,161); }

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