#186D1E

Color #186D1E San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #186D1E

Tints of San Felix #186D1E

Color information

#186D1E (or 0x186D1E) is unknown color: approx San Felix. HEX triplet: 18, 6D and 1E. RGB value is (24,109,30). Sum of RGB (Red+Green+Blue) = 24+109+30=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 109 (42.97% from 255 or 66.87% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 109 - color contains mainly: green. Hex color #186D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186D1E is #E792E1. Grayscale: #4A4A4A. Windows color (decimal): -15176418 or 1994008. OLE color: 1994008.

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

Color convert

RGB2410930-
CMYK0.7800.720.57
HSL124.24º63.91%26.08%-
HSV(B)124.24º77.98%42.75%-
XYZ6.0811.233.07-
YUV74.58102.8491.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 109 (42.97% from 255) = 66.87%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=14.72%
G=66.87%
B=18.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24109300.7800.720.57124.2463.9126.08
Hex186D1E4E048397c401a
Octal301553611601107117410032
Binary110001101101111101001110010010001110011111100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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