#70FE9D

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

Shades of Light Green #70FE9D

Tints of Light Green #70FE9D

Color information

#70FE9D (or 0x70FE9D) is unknown color: approx Light Green. HEX triplet: 70, FE and 9D. RGB value is (112,254,157). Sum of RGB (Red+Green+Blue) = 112+254+157=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FE9D is #8F0162. Grayscale: #C8C8C8. Windows color (decimal): -9372003 or 10354288. OLE color: 10354288.

HSL color Cylindrical-coordinate representation of color #70FE9D: hue angle of 139.01º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FE9D is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB112254157-
CMYK0.5600.380.00
HSL139.01º98.61%71.76%-
HSV(B)139.01º55.91%99.61%-
XYZ48.2176.7644.17-
YUV200.48103.4664.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.41%
GREEN value IS 254 (99.61% from 255) = 48.57%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=21.41%
G=48.57%
B=30.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1122541570.5600.380.00139.0198.6171.76
Hex70FE9D3802608b6348
Octal160376235700460213143110
Binary11100001111111010011101111000010011001000101111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,254,157); }

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

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

 a { background-color: rgb(112,254,157); }

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

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

 span { border-color: rgb(112,254,157); }

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