#70D60D

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

Shades of Lawn Green #70D60D

Tints of Lawn Green #70D60D

Color information

#70D60D (or 0x70D60D) is unknown color: approx Lawn Green. HEX triplet: 70, D6 and 0D. RGB value is (112,214,13). Sum of RGB (Red+Green+Blue) = 112+214+13=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #70D60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D60D is #8F29F2. Grayscale: #A1A1A1. Windows color (decimal): -9382387 or 906864. OLE color: 906864.

HSL color Cylindrical-coordinate representation of color #70D60D: hue angle of 90.45º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70D60D is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB11221413-
CMYK0.4800.940.16
HSL90.45º88.55%44.51%-
HSV(B)90.45º93.93%83.92%-
XYZ30.851.578.71-
YUV160.5944.7193.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 214 (83.98% from 255) = 63.13%
BLUE value IS 13 (5.47% from 255) = 3.83%
R=33.04%
G=63.13%
B=3.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112214130.4800.940.1690.4588.5544.51
Hex70D6D3005E105a592d
Octal160326156001362013213155
Binary1110000110101101101110000010111101000010110101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D60D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,214,13); }

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

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

 a { background-color: rgb(112,214,13); }

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

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

 span { border-color: rgb(112,214,13); }

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