#70EA09

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

Shades of Lawn Green #70EA09

Tints of Lawn Green #70EA09

Color information

#70EA09 (or 0x70EA09) is unknown color: approx Lawn Green. HEX triplet: 70, EA and 09. RGB value is (112,234,9). Sum of RGB (Red+Green+Blue) = 112+234+9=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 234 (91.80% from 255 or 65.92% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EA09 is #8F15F6. Grayscale: #ACACAC. Windows color (decimal): -9377271 or 649840. OLE color: 649840.

HSL color Cylindrical-coordinate representation of color #70EA09: hue angle of 92.53º degrees, saturation: 0.93, 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 #70EA09 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB1122349-
CMYK0.5200.960.08
HSL92.53º92.59%47.65%-
HSV(B)92.53º96.15%91.76%-
XYZ36.1562.3110.38-
YUV171.8736.0885.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 234 (91.80% from 255) = 65.92%
BLUE value IS 9 (3.91% from 255) = 2.54%
R=31.55%
G=65.92%
B=2.54%

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
Decimal11223490.5200.960.0892.5392.5947.65
Hex70EA93406085d5d30
Octal160352116401401013513560
Binary111000011101010100111010001100000100010111011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EA09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,234,9); }

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

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

 a { background-color: rgb(112,234,9); }

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

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

 span { border-color: rgb(112,234,9); }

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