#70F409

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

Shades of Lawn Green #70F409

Tints of Lawn Green #70F409

Color information

#70F409 (or 0x70F409) is unknown color: approx Lawn Green. HEX triplet: 70, F4 and 09. RGB value is (112,244,9). Sum of RGB (Red+Green+Blue) = 112+244+9=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 244 (95.70% from 255 or 66.85% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 244 - color contains mainly: green. Hex color #70F409 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70F409 is #8F0BF6. Grayscale: #B2B2B2. Windows color (decimal): -9374711 or 652400. OLE color: 652400.

HSL color Cylindrical-coordinate representation of color #70F409: hue angle of 93.7º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70F409 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB1122449-
CMYK0.5400.960.04
HSL93.7º92.89%49.61%-
HSV(B)93.7º96.31%95.69%-
XYZ39.0868.1711.36-
YUV177.7432.7781.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.68%
GREEN value IS 244 (95.70% from 255) = 66.85%
BLUE value IS 9 (3.91% from 255) = 2.47%
R=30.68%
G=66.85%
B=2.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal11224490.5400.960.0493.792.8949.61
Hex70F493606045e5d32
Octal16036411660140413613562
Binary11100001111010010011101100110000010010111101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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