#126B0E

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

Shades of Green #126B0E

Tints of Green #126B0E

Color information

#126B0E (or 0x126B0E) is unknown color: approx Green. HEX triplet: 12, 6B and 0E. RGB value is (18,107,14). Sum of RGB (Red+Green+Blue) = 18+107+14=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 107 (42.19% from 255 or 76.98% from 139); Blue value is 14 (5.86% from 255 or 10.07% from 139); Max value from RGB is 107 - color contains mainly: green. Hex color #126B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126B0E is #ED94F1. Grayscale: #464646. Windows color (decimal): -15570162 or 944914. OLE color: 944914.

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

Color convert

RGB1810714-
CMYK0.8300.870.58
HSL117.42º76.86%23.73%-
HSV(B)117.42º86.92%41.96%-
XYZ5.5910.682.18-
YUV69.7996.5191.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 107 (42.19% from 255) = 76.98%
BLUE value IS 14 (5.86% from 255) = 10.07%
R=12.95%
G=76.98%
B=10.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal18107140.8300.870.58117.4276.8623.73
Hex126BE530573A754d18
Octal221531612301277216511530
Binary10010110101111101010011010101111110101110101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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