#126E1C

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

Shades of San Felix #126E1C

Tints of San Felix #126E1C

Color information

#126E1C (or 0x126E1C) is unknown color: approx San Felix. HEX triplet: 12, 6E and 1C. RGB value is (18,110,28). Sum of RGB (Red+Green+Blue) = 18+110+28=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 110 (43.36% from 255 or 70.51% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 110 - color contains mainly: green. Hex color #126E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126E1C is #ED91E3. Grayscale: #494949. Windows color (decimal): -15569380 or 1863186. OLE color: 1863186.

HSL color Cylindrical-coordinate representation of color #126E1C: hue angle of 126.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126E1C is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB1811028-
CMYK0.8400.750.57
HSL126.52º71.88%25.1%-
HSV(B)126.52º83.64%43.14%-
XYZ6.0311.362.97-
YUV73.14102.5288.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.54%
GREEN value IS 110 (43.36% from 255) = 70.51%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=11.54%
G=70.51%
B=17.95%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal18110280.8400.750.57126.5271.8825.1
Hex126E1C5404B397f4819
Octal221563412401137117711031
Binary100101101110111001010100010010111110011111111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,110,28); }

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

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

 a { background-color: rgb(18,110,28); }

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

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

 span { border-color: rgb(18,110,28); }

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