#186E20

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

Shades of San Felix #186E20

Tints of San Felix #186E20

Color information

#186E20 (or 0x186E20) is unknown color: approx San Felix. HEX triplet: 18, 6E and 20. RGB value is (24,110,32). Sum of RGB (Red+Green+Blue) = 24+110+32=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 110 (43.36% from 255 or 66.27% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 110 - color contains mainly: green. Hex color #186E20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186E20 is #E791DF. Grayscale: #4B4B4B. Windows color (decimal): -15176160 or 2125336. OLE color: 2125336.

HSL color Cylindrical-coordinate representation of color #186E20: hue angle of 125.58º 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 #186E20 is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.57.

Color convert

RGB2411032-
CMYK0.7800.710.57
HSL125.58º64.18%26.27%-
HSV(B)125.58º78.18%43.14%-
XYZ6.2111.453.25-
YUV75.39103.5191.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 110 (43.36% from 255) = 66.27%
BLUE value IS 32 (12.89% from 255) = 19.28%
R=14.46%
G=66.27%
B=19.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal24110320.7800.710.57125.5864.1826.27
Hex186E204E047397e401a
Octal301564011601077117610032
Binary1100011011101000001001110010001111110011111110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,110,32); }

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

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

 a { background-color: rgb(24,110,32); }

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

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

 span { border-color: rgb(24,110,32); }

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