Html Css Color HEX #70EC09 Lawn Green

📋 copy color: '#70EC09'

red 112 ◦ green 236 ◦ blue 9

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

Shades of Lawn Green #70EC09

Tints of Lawn Green #70EC09

RGB

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

 GREEN value IS 236 (92.58% from 255) = 66.11%

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

R = 31.37%
G = 66.11%
B = 2.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#70EC09 (or 0x70EC09) is known color: Lawn Green. HEX triplet: 70, EC and 09. RGB value is (112,236,9). Sum of RGB (Red+Green+Blue) = 112+236+9=357 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.37% from 357); Green value is 236 (92.58% from 255 or 66.11% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #70EC09 is #8F13F6. Grayscale: #ADADAD. Windows color (decimal): -9376759 or 650352. OLE color: 650352.

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

Color convert

RGB 112 236 9 -
CMYK 0.53 0 0.96 0.07
HSL 92.78º 0.93% 0.48% -
HSV(B) 92.78º 0.96% 0.93% -
XYZ 36.73 63.46 10.57 -
YUV 173.05 35.42 84.46 -
System Red Green Blue C M Y K H S L
Decimal 112 236 9 0.53 0 0.96 0.07 92.78 0.93 0.48
Hex 70 EC 9 35 0 60 7 5D 5D 30
Octal 160 354 11 65 0 140 7 135 135 60
Binary 1110000 11101100 1001 110101 0 1100000 111 1011101 1011101 110000

Color Harmonies of #70EC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EC09

Black with #70EC09

Text Example


Text Example

White with #70EC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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