#186A19

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

Shades of San Felix #186A19

Tints of San Felix #186A19

Color information

#186A19 (or 0x186A19) is unknown color: approx San Felix. HEX triplet: 18, 6A and 19. RGB value is (24,106,25). Sum of RGB (Red+Green+Blue) = 24+106+25=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 106 (41.80% from 255 or 68.39% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 106 - color contains mainly: green. Hex color #186A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186A19 is #E795E6. Grayscale: #484848. Windows color (decimal): -15177191 or 1665560. OLE color: 1665560.

HSL color Cylindrical-coordinate representation of color #186A19: hue angle of 120.73º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186A19 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB2410625-
CMYK0.7700.760.58
HSL120.73º63.08%25.49%-
HSV(B)120.73º77.36%41.57%-
XYZ5.7110.572.66-
YUV72.25101.3393.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 106 (41.80% from 255) = 68.39%
BLUE value IS 25 (10.16% from 255) = 16.13%
R=15.48%
G=68.39%
B=16.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24106250.7700.760.58120.7363.0825.49
Hex186A194D04C3A793f19
Octal30152311150114721717731
Binary11000110101011001100110101001100111010111100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,106,25); }

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

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

 a { background-color: rgb(24,106,25); }

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

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

 span { border-color: rgb(24,106,25); }

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