Html Css Color HEX #70FFA1 Light Green

📋 copy color: '#70FFA1'

red 112 ◦ green 255 ◦ blue 161

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

Shades of Light Green #70FFA1

Tints of Light Green #70FFA1

RGB

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

 GREEN value IS 255 (100% from 255) = 48.3%

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

R = 21.21%
G = 48.3%
B = 30.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#70FFA1 (or 0x70FFA1) is known color: Light Green. HEX triplet: 70, FF and A1. RGB value is (112,255,161). Sum of RGB (Red+Green+Blue) = 112+255+161=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 161 (63.28% from 255 or 30.49% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FFA1 is #8F005E. Grayscale: #C9C9C9. Windows color (decimal): -9371743 or 10616688. OLE color: 10616688.

HSL color Cylindrical-coordinate representation of color #70FFA1: hue angle of 140.56º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FFA1 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB 112 255 161 -
CMYK 0.56 0 0.37 0
HSL 140.56º 1% 0.72% -
HSV(B) 140.56º 0.56% 1% -
XYZ 48.88 77.54 46.11 -
YUV 201.53 105.12 64.14 -
System Red Green Blue C M Y K H S L
Decimal 112 255 161 0.56 0 0.37 0 140.56 1 0.72
Hex 70 FF A1 38 0 25 0 8D 64 48
Octal 160 377 241 70 0 45 0 215 144 110
Binary 1110000 11111111 10100001 111000 0 100101 0 10001101 1100100 1001000

Color Harmonies of #70FFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FFA1

Black with #70FFA1

Text Example


Text Example

White with #70FFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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