#126B18

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

Shades of San Felix #126B18

Tints of San Felix #126B18

Color information

#126B18 (or 0x126B18) is unknown color: approx San Felix. HEX triplet: 12, 6B and 18. RGB value is (18,107,24). Sum of RGB (Red+Green+Blue) = 18+107+24=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 107 (42.19% from 255 or 71.81% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 107 - color contains mainly: green. Hex color #126B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126B18 is #ED94E7. Grayscale: #474747. Windows color (decimal): -15570152 or 1600274. OLE color: 1600274.

HSL color Cylindrical-coordinate representation of color #126B18: hue angle of 124.04º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126B18 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB1810724-
CMYK0.8300.780.58
HSL124.04º71.2%24.51%-
HSV(B)124.04º83.18%41.96%-
XYZ5.6710.712.63-
YUV70.93101.5190.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.08%
GREEN value IS 107 (42.19% from 255) = 71.81%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=12.08%
G=71.81%
B=16.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18107240.8300.780.58124.0471.224.51
Hex126B185304E3A7c4719
Octal221533012301167217410731
Binary100101101011110001010011010011101110101111100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126B18; }

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

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

<style>
 a { background-color: #126B18; }

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

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

<style>
 span { border-color: #126B18; }

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

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