#70FA96

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

Shades of Light Green #70FA96

Tints of Light Green #70FA96

Color information

#70FA96 (or 0x70FA96) is unknown color: approx Light Green. HEX triplet: 70, FA and 96. RGB value is (112,250,150). Sum of RGB (Red+Green+Blue) = 112+250+150=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA96 is #8F0569. Grayscale: #C5C5C5. Windows color (decimal): -9373034 or 9894512. OLE color: 9894512.

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

Color convert

RGB112250150-
CMYK0.5500.40.02
HSL136.52º93.24%70.98%-
HSV(B)136.52º55.2%98.04%-
XYZ46.3774.0240.7-
YUV197.34101.2867.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.88%
GREEN value IS 250 (98.05% from 255) = 48.83%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=21.88%
G=48.83%
B=29.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122501500.5500.40.02136.5293.2470.98
Hex70FA96370282895d47
Octal160372226670502211135107
Binary111000011111010100101101101110101000101000100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,250,150); }

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

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

 a { background-color: rgb(112,250,150); }

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

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

 span { border-color: rgb(112,250,150); }

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