Html Css Color HEX #118F12 Forest Green

📋 copy color: '#118F12'

red 17 ◦ green 143 ◦ blue 18

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

Shades of Forest Green #118F12

Tints of Forest Green #118F12

RGB

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

 GREEN value IS 143 (56.25% from 255) = 80.34%

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

R = 9.55%
G = 80.34%
B = 10.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#118F12 (or 0x118F12) is known color: Forest Green. HEX triplet: 11, 8F and 12. RGB value is (17,143,18). Sum of RGB (Red+Green+Blue) = 17+143+18=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 143 (56.25% from 255 or 80.34% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 143 - color contains mainly: green. Hex color #118F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #118F12 is #EE70ED. Grayscale: #5B5B5B. Windows color (decimal): -15626478 or 1216273. OLE color: 1216273.

HSL color Cylindrical-coordinate representation of color #118F12: hue angle of 120.48º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F12 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 143 18 -
CMYK 0.88 0 0.87 0.44
HSL 120.48º 0.79% 0.31% -
HSV(B) 120.48º 0.88% 0.56% -
XYZ 10.16 19.81 3.86 -
YUV 91.08 86.76 75.16 -
System Red Green Blue C M Y K H S L
Decimal 17 143 18 0.88 0 0.87 0.44 120.48 0.79 0.31
Hex 11 8F 12 58 0 57 2C 78 4F 1F
Octal 21 217 22 130 0 127 54 170 117 37
Binary 10001 10001111 10010 1011000 0 1010111 101100 1111000 1001111 11111

Color Harmonies of #118F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F12

Black with #118F12

Text Example


Text Example

White with #118F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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