#14690C

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

Shades of Green #14690C

Tints of Green #14690C

Color information

#14690C (or 0x14690C) is unknown color: approx Green. HEX triplet: 14, 69 and 0C. RGB value is (20,105,12). Sum of RGB (Red+Green+Blue) = 20+105+12=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 105 (41.41% from 255 or 76.64% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 105 - color contains mainly: green. Hex color #14690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #14690C is #EB96F3. Grayscale: #454545. Windows color (decimal): -15439604 or 813332. OLE color: 813332.

HSL color Cylindrical-coordinate representation of color #14690C: hue angle of 114.84º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14690C is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB2010512-
CMYK0.8100.890.59
HSL114.84º79.49%22.94%-
HSV(B)114.84º88.57%41.18%-
XYZ5.4110.282.05-
YUV68.9895.8493.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.60%
GREEN value IS 105 (41.41% from 255) = 76.64%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=14.60%
G=76.64%
B=8.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105120.8100.890.59114.8479.4922.94
Hex1469C510593B734f17
Octal241511412101317316311727
Binary10100110100111001010001010110011110111110011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14690C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14690C; }

 p { color: rgb(20,105,12); }

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

<style>
 a { background-color: #14690C; }

 a { background-color: rgb(20,105,12); }

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

<style>
 span { border-color: #14690C; }

 span { border-color: rgb(20,105,12); }

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