#12650E

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

Shades of Green #12650E

Tints of Green #12650E

Color information

#12650E (or 0x12650E) is unknown color: approx Green. HEX triplet: 12, 65 and 0E. RGB value is (18,101,14). Sum of RGB (Red+Green+Blue) = 18+101+14=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 101 (39.84% from 255 or 75.94% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 101 - color contains mainly: green. Hex color #12650E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12650E is #ED9AF1. Grayscale: #424242. Windows color (decimal): -15571698 or 943378. OLE color: 943378.

HSL color Cylindrical-coordinate representation of color #12650E: hue angle of 117.24º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12650E is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB1810114-
CMYK0.8200.860.60
HSL117.24º75.65%22.55%-
HSV(B)117.24º86.14%39.61%-
XYZ4.989.471.98-
YUV66.2698.593.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 101 (39.84% from 255) = 75.94%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=13.53%
G=75.94%
B=10.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal18101140.8200.860.60117.2475.6522.55
Hex1265E520563C754c17
Octal221451612201267416511427
Binary10010110010111101010010010101101111001110101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12650E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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