Html Css Color HEX #70F9A2 Light Green

📋 copy color: '#70F9A2'

red 112 ◦ green 249 ◦ blue 162

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

Shades of Light Green #70F9A2

Tints of Light Green #70F9A2

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.61%

 BLUE value IS 162 (63.67% from 255) = 30.98%

R = 21.41%
G = 47.61%
B = 30.98%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#70F9A2 (or 0x70F9A2) is known color: Light Green. HEX triplet: 70, F9 and A2. RGB value is (112,249,162). Sum of RGB (Red+Green+Blue) = 112+249+162=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #70F9A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F9A2 is #8F065D. Grayscale: #C6C6C6. Windows color (decimal): -9373278 or 10680688. OLE color: 10680688.

HSL color Cylindrical-coordinate representation of color #70F9A2: hue angle of 141.9º degrees, saturation: 0.92, 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 #70F9A2 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 249 162 -
CMYK 0.55 0 0.35 0.02
HSL 141.9º 0.92% 0.71% -
HSV(B) 141.9º 0.55% 0.98% -
XYZ 47.08 73.8 45.95 -
YUV 198.12 107.61 66.57 -
System Red Green Blue C M Y K H S L
Decimal 112 249 162 0.55 0 0.35 0.02 141.9 0.92 0.71
Hex 70 F9 A2 37 0 23 2 8E 5C 47
Octal 160 371 242 67 0 43 2 216 134 107
Binary 1110000 11111001 10100010 110111 0 100011 10 10001110 1011100 1000111

Color Harmonies of #70F9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F9A2

Black with #70F9A2

Text Example


Text Example

White with #70F9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,249,162); }

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

background-color css

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

 a { background-color: rgb(112,249,162); }

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

border-color css

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

 span { border-color: rgb(112,249,162); }

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