Html Css Color HEX #70FFA3 Light Green

📋 copy color: '#70FFA3'

red 112 ◦ green 255 ◦ blue 163

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

Shades of Light Green #70FFA3

Tints of Light Green #70FFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 30.75%

R = 21.13%
G = 48.11%
B = 30.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0

RGB Variations

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

Color information

#70FFA3 (or 0x70FFA3) is known color: Light Green. HEX triplet: 70, FF and A3. RGB value is (112,255,163). Sum of RGB (Red+Green+Blue) = 112+255+163=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #70FFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FFA3 is #8F005C. Grayscale: #C9C9C9. Windows color (decimal): -9371741 or 10747760. OLE color: 10747760.

HSL color Cylindrical-coordinate representation of color #70FFA3: hue angle of 141.4º 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 #70FFA3 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 112 255 163 -
CMYK 0.56 0 0.36 0
HSL 141.4º 1% 0.72% -
HSV(B) 141.4º 0.56% 1% -
XYZ 49.05 77.61 47.05 -
YUV 201.76 106.12 63.98 -
System Red Green Blue C M Y K H S L
Decimal 112 255 163 0.56 0 0.36 0 141.4 1 0.72
Hex 70 FF A3 38 0 24 0 8D 64 48
Octal 160 377 243 70 0 44 0 215 144 110
Binary 1110000 11111111 10100011 111000 0 100100 0 10001101 1100100 1001000

Color Harmonies of #70FFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FFA3

Black with #70FFA3

Text Example


Text Example

White with #70FFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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