#70F19B

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

Shades of Light Green #70F19B

Tints of Light Green #70F19B

Color information

#70F19B (or 0x70F19B) is unknown color: approx Light Green. HEX triplet: 70, F1 and 9B. RGB value is (112,241,155). Sum of RGB (Red+Green+Blue) = 112+241+155=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #70F19B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F19B is #8F0E64. Grayscale: #C0C0C0. Windows color (decimal): -9375333 or 10219888. OLE color: 10219888.

HSL color Cylindrical-coordinate representation of color #70F19B: hue angle of 140º degrees, saturation: 0.82, 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 #70F19B is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB112241155-
CMYK0.5400.360.05
HSL140º82.17%69.22%-
HSV(B)140º53.53%94.51%-
XYZ44.0568.7241.95-
YUV192.62106.7670.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.05%
GREEN value IS 241 (94.53% from 255) = 47.44%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=22.05%
G=47.44%
B=30.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1122411550.5400.360.0514082.1769.22
Hex70F19B3602458c5245
Octal160361233660445214122105
Binary1110000111100011001101111011001001001011000110010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,241,155); }

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

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

 a { background-color: rgb(112,241,155); }

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

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

 span { border-color: rgb(112,241,155); }

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