Html Css Color HEX #70DC09 Lawn Green

📋 copy color: '#70DC09'

red 112 ◦ green 220 ◦ blue 9

#70DC09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lawn Green #70DC09

Tints of Lawn Green #70DC09

RGB

 RED value IS 112 (44.14% from 255) = 32.84%

 GREEN value IS 220 (86.33% from 255) = 64.52%

 BLUE value IS 9 (3.91% from 255) = 2.64%

R = 32.84%
G = 64.52%
B = 2.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#70DC09 (or 0x70DC09) is known color: Lawn Green. HEX triplet: 70, DC and 09. RGB value is (112,220,9). Sum of RGB (Red+Green+Blue) = 112+220+9=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DC09 is #8F23F6. Grayscale: #A4A4A4. Windows color (decimal): -9380855 or 646256. OLE color: 646256.

HSL color Cylindrical-coordinate representation of color #70DC09: hue angle of 90.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #70DC09 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 220 9 -
CMYK 0.49 0 0.96 0.14
HSL 90.71º 0.92% 0.45% -
HSV(B) 90.71º 0.96% 0.86% -
XYZ 32.32 54.65 9.1 -
YUV 163.65 40.72 91.16 -
System Red Green Blue C M Y K H S L
Decimal 112 220 9 0.49 0 0.96 0.14 90.71 0.92 0.45
Hex 70 DC 9 31 0 60 E 5B 5C 2D
Octal 160 334 11 61 0 140 16 133 134 55
Binary 1110000 11011100 1001 110001 0 1100000 1110 1011011 1011100 101101

Color Harmonies of #70DC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC09

Black with #70DC09

Text Example


Text Example

White with #70DC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70DC09;
 }
 .AnyTagClassName
 {
   color: #70DC09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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