#126A1B

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

Shades of San Felix #126A1B

Tints of San Felix #126A1B

Color information

#126A1B (or 0x126A1B) is unknown color: approx San Felix. HEX triplet: 12, 6A and 1B. RGB value is (18,106,27). Sum of RGB (Red+Green+Blue) = 18+106+27=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 106 (41.80% from 255 or 70.20% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 106 - color contains mainly: green. Hex color #126A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126A1B is #ED95E4. Grayscale: #464646. Windows color (decimal): -15570405 or 1796626. OLE color: 1796626.

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

Color convert

RGB1810627-
CMYK0.8300.750.58
HSL126.14º70.97%24.31%-
HSV(B)126.14º83.02%41.57%-
XYZ5.610.522.77-
YUV70.68103.3590.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 106 (41.80% from 255) = 70.20%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=11.92%
G=70.20%
B=17.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18106270.8300.750.58126.1470.9724.31
Hex126A1B5304B3A7e4718
Octal221523312301137217610730
Binary100101101010110111010011010010111110101111110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,106,27); }

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

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

 a { background-color: rgb(18,106,27); }

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

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

 span { border-color: rgb(18,106,27); }

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