#70EC9A

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

Shades of Light Green #70EC9A

Tints of Light Green #70EC9A

Color information

#70EC9A (or 0x70EC9A) is unknown color: approx Light Green. HEX triplet: 70, EC and 9A. RGB value is (112,236,154). Sum of RGB (Red+Green+Blue) = 112+236+154=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EC9A is #8F1365. Grayscale: #BDBDBD. Windows color (decimal): -9376614 or 10153072. OLE color: 10153072.

HSL color Cylindrical-coordinate representation of color #70EC9A: hue angle of 140.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EC9A is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB112236154-
CMYK0.5300.350.07
HSL140.32º76.54%68.24%-
HSV(B)140.32º52.54%92.55%-
XYZ42.5165.7741.03-
YUV189.58107.9272.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.31%
GREEN value IS 236 (92.58% from 255) = 47.01%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=22.31%
G=47.01%
B=30.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361540.5300.350.07140.3276.5468.24
Hex70EC9A3502378c4d44
Octal160354232650437214115104
Binary1110000111011001001101011010101000111111000110010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,236,154); }

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

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

 a { background-color: rgb(112,236,154); }

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

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

 span { border-color: rgb(112,236,154); }

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