#12680E

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

Shades of Green #12680E

Tints of Green #12680E

Color information

#12680E (or 0x12680E) is unknown color: approx Green. HEX triplet: 12, 68 and 0E. RGB value is (18,104,14). Sum of RGB (Red+Green+Blue) = 18+104+14=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 104 (41.02% from 255 or 76.47% from 136); Blue value is 14 (5.86% from 255 or 10.29% from 136); Max value from RGB is 104 - color contains mainly: green. Hex color #12680E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12680E is #ED97F1. Grayscale: #444444. Windows color (decimal): -15570930 or 944146. OLE color: 944146.

HSL color Cylindrical-coordinate representation of color #12680E: hue angle of 117.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12680E is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB1810414-
CMYK0.8300.870.59
HSL117.33º76.27%23.14%-
HSV(B)117.33º86.54%40.78%-
XYZ5.2810.062.08-
YUV68.0397.5192.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.24%
GREEN value IS 104 (41.02% from 255) = 76.47%
BLUE value IS 14 (5.86% from 255) = 10.29%
R=13.24%
G=76.47%
B=10.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal18104140.8300.870.59117.3376.2723.14
Hex1268E530573B754c17
Octal221501612301277316511427
Binary10010110100011101010011010101111110111110101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12680E; }

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

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

<style>
 a { background-color: #12680E; }

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

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

<style>
 span { border-color: #12680E; }

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

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