Html Css Color HEX #70DC0C Lawn Green

📋 copy color: '#70DC0C'

red 112 ◦ green 220 ◦ blue 12

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

Shades of Lawn Green #70DC0C

Tints of Lawn Green #70DC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 32.56%
G = 63.95%
B = 3.49%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#70DC0C (or 0x70DC0C) is known color: Lawn Green. HEX triplet: 70, DC and 0C. RGB value is (112,220,12). Sum of RGB (Red+Green+Blue) = 112+220+12=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 220 (86.33% from 255 or 63.95% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70DC0C is #8F23F3. Grayscale: #A4A4A4. Windows color (decimal): -9380852 or 842864. OLE color: 842864.

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

Color convert

RGB 112 220 12 -
CMYK 0.49 0 0.95 0.14
HSL 91.15º 0.9% 0.45% -
HSV(B) 91.15º 0.95% 0.86% -
XYZ 32.34 54.66 9.19 -
YUV 164 42.22 90.91 -
System Red Green Blue C M Y K H S L
Decimal 112 220 12 0.49 0 0.95 0.14 91.15 0.9 0.45
Hex 70 DC C 31 0 5F E 5B 5A 2D
Octal 160 334 14 61 0 137 16 133 132 55
Binary 1110000 11011100 1100 110001 0 1011111 1110 1011011 1011010 101101

Color Harmonies of #70DC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC0C

Black with #70DC0C

Text Example


Text Example

White with #70DC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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