#70EB0A

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

Shades of Lawn Green #70EB0A

Tints of Lawn Green #70EB0A

Color information

#70EB0A (or 0x70EB0A) is unknown color: approx Lawn Green. HEX triplet: 70, EB and 0A. RGB value is (112,235,10). Sum of RGB (Red+Green+Blue) = 112+235+10=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 235 (92.19% from 255 or 65.83% from 357); Blue value is 10 (4.30% from 255 or 2.80% from 357); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EB0A is #8F14F5. Grayscale: #ADADAD. Windows color (decimal): -9377014 or 715632. OLE color: 715632.

HSL color Cylindrical-coordinate representation of color #70EB0A: hue angle of 92.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70EB0A is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB11223510-
CMYK0.5200.960.08
HSL92.8º91.84%48.04%-
HSV(B)92.8º95.74%92.16%-
XYZ36.4562.8810.5-
YUV172.5736.2584.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.37%
GREEN value IS 235 (92.19% from 255) = 65.83%
BLUE value IS 10 (4.30% from 255) = 2.80%
R=31.37%
G=65.83%
B=2.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112235100.5200.960.0892.891.8448.04
Hex70EBA3406085d5c30
Octal160353126401401013513460
Binary111000011101011101011010001100000100010111011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,235,10); }

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

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

 a { background-color: rgb(112,235,10); }

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

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

 span { border-color: rgb(112,235,10); }

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