Html Css Color HEX #70F090 Light Green

📋 copy color: '#70F090'

red 112 ◦ green 240 ◦ blue 144

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

Shades of Light Green #70F090

Tints of Light Green #70F090

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.39%

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 22.58%
G = 48.39%
B = 29.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.4

 K value IS 0.06

RGB Variations

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

Color information

#70F090 (or 0x70F090) is known color: Light Green. HEX triplet: 70, F0 and 90. RGB value is (112,240,144). Sum of RGB (Red+Green+Blue) = 112+240+144=496 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.58% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #70F090 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F090 is #8F0F6F. Grayscale: #BFBFBF. Windows color (decimal): -9375600 or 9498736. OLE color: 9498736.

HSL color Cylindrical-coordinate representation of color #70F090: hue angle of 135º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F090 is Cyan = 0.53, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 240 144 -
CMYK 0.53 0 0.4 0.06
HSL 135º 0.81% 0.69% -
HSV(B) 135º 0.53% 0.94% -
XYZ 42.88 67.78 37.21 -
YUV 190.78 101.59 71.81 -
System Red Green Blue C M Y K H S L
Decimal 112 240 144 0.53 0 0.4 0.06 135 0.81 0.69
Hex 70 F0 90 35 0 28 6 87 51 45
Octal 160 360 220 65 0 50 6 207 121 105
Binary 1110000 11110000 10010000 110101 0 101000 110 10000111 1010001 1000101

Color Harmonies of #70F090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F090

Black with #70F090

Text Example


Text Example

White with #70F090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,240,144); }

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

background-color css

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

 a { background-color: rgb(112,240,144); }

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

border-color css

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

 span { border-color: rgb(112,240,144); }

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