#70F290

Color #70F290 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #70F290

Tints of Light Green #70F290

Color information

#70F290 (or 0x70F290) is unknown color: approx Light Green. HEX triplet: 70, F2 and 90. RGB value is (112,242,144). Sum of RGB (Red+Green+Blue) = 112+242+144=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 242 (94.92% from 255 or 48.59% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 242 - color contains mainly: green. Hex color #70F290 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F290 is #8F0D6F. Grayscale: #C0C0C0. Windows color (decimal): -9375088 or 9499248. OLE color: 9499248.

HSL color Cylindrical-coordinate representation of color #70F290: hue angle of 134.77º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F290 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB112242144-
CMYK0.5400.400.05
HSL134.77º83.33%69.41%-
HSV(B)134.77º53.72%94.9%-
XYZ43.4768.9637.41-
YUV191.96100.9370.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.49%
GREEN value IS 242 (94.92% from 255) = 48.59%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=22.49%
G=48.59%
B=28.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122421440.5400.400.05134.7783.3369.41
Hex70F290360285875345
Octal160362220660505207123105
Binary1110000111100101001000011011001010001011000011110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70F290;
 }
 .AnyTagClassName
 {
   color: #70F290;
 }
</style>
background-color css

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

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

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

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

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

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