Html Css Color HEX #118212 Green

📋 copy color: '#118212'

red 17 ◦ green 130 ◦ blue 18

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

Shades of Green #118212

Tints of Green #118212

RGB

 RED value IS 17 (7.03% from 255) = 10.3%

 GREEN value IS 130 (51.17% from 255) = 78.79%

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 10.3%
G = 78.79%
B = 10.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#118212 (or 0x118212) is known color: Green. HEX triplet: 11, 82 and 12. RGB value is (17,130,18). Sum of RGB (Red+Green+Blue) = 17+130+18=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 130 (51.17% from 255 or 78.79% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 130 - color contains mainly: green. Hex color #118212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118212 is #EE7DED. Grayscale: #535353. Windows color (decimal): -15629806 or 1212945. OLE color: 1212945.

HSL color Cylindrical-coordinate representation of color #118212: hue angle of 120.53º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118212 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 18 -
CMYK 0.87 0 0.86 0.49
HSL 120.53º 0.77% 0.29% -
HSV(B) 120.53º 0.87% 0.51% -
XYZ 8.32 16.13 3.25 -
YUV 83.45 91.06 80.61 -
System Red Green Blue C M Y K H S L
Decimal 17 130 18 0.87 0 0.86 0.49 120.53 0.77 0.29
Hex 11 82 12 57 0 56 31 79 4D 1D
Octal 21 202 22 127 0 126 61 171 115 35
Binary 10001 10000010 10010 1010111 0 1010110 110001 1111001 1001101 11101

Color Harmonies of #118212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118212

Black with #118212

Text Example


Text Example

White with #118212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118212; }

 p { color: rgb(17,130,18); }

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

background-color css

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

 a { background-color: rgb(17,130,18); }

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

border-color css

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

 span { border-color: rgb(17,130,18); }

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