#186A22

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

Shades of San Felix #186A22

Tints of San Felix #186A22

Color information

#186A22 (or 0x186A22) is unknown color: approx San Felix. HEX triplet: 18, 6A and 22. RGB value is (24,106,34). Sum of RGB (Red+Green+Blue) = 24+106+34=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 106 (41.80% from 255 or 64.63% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 106 - color contains mainly: green. Hex color #186A22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186A22 is #E795DD. Grayscale: #494949. Windows color (decimal): -15177182 or 2255384. OLE color: 2255384.

HSL color Cylindrical-coordinate representation of color #186A22: hue angle of 127.32º 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 #186A22 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB2410634-
CMYK0.7700.680.58
HSL127.32º63.08%25.49%-
HSV(B)127.32º77.36%41.57%-
XYZ5.8210.623.26-
YUV73.27105.8392.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 106 (41.80% from 255) = 64.63%
BLUE value IS 34 (13.67% from 255) = 20.73%
R=14.63%
G=64.63%
B=20.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24106340.7700.680.58127.3263.0825.49
Hex186A224D0443A7f3f19
Octal30152421150104721777731
Binary110001101010100010100110101000100111010111111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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