#186D12

Color #186D12 Forest Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Forest Green #186D12

Tints of Forest Green #186D12

Color information

#186D12 (or 0x186D12) is unknown color: approx Forest Green. HEX triplet: 18, 6D and 12. RGB value is (24,109,18). Sum of RGB (Red+Green+Blue) = 24+109+18=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 109 (42.97% from 255 or 72.19% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 109 - color contains mainly: green. Hex color #186D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186D12 is #E792ED. Grayscale: #494949. Windows color (decimal): -15176430 or 1207576. OLE color: 1207576.

HSL color Cylindrical-coordinate representation of color #186D12: hue angle of 116.04º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #186D12 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB2410918-
CMYK0.7800.830.57
HSL116.04º71.65%24.9%-
HSV(B)116.04º83.49%42.75%-
XYZ5.9511.182.42-
YUV73.2196.8492.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 109 (42.97% from 255) = 72.19%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=15.89%
G=72.19%
B=11.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24109180.7800.830.57116.0471.6524.9
Hex186D124E05339744819
Octal301552211601237116411031
Binary110001101101100101001110010100111110011110100100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186D12; }

 p { color: rgb(24,109,18); }

 H1.HeaderClassName
 {
   color: #186D12;
 }
 .AnyTagClassName
 {
   color: #186D12;
 }
</style>
background-color css

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

 a { background-color: rgb(24,109,18); }

 div.DivClassName
 {
   background-color: #186D12;
 }
 .BgClassName
 {
   background-color: #186D12;
 }
</style>
border-color css

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

 span { border-color: rgb(24,109,18); }

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