#14860A

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

Shades of Green #14860A

Tints of Green #14860A

Color information

#14860A (or 0x14860A) is unknown color: approx Green. HEX triplet: 14, 86 and 0A. RGB value is (20,134,10). Sum of RGB (Red+Green+Blue) = 20+134+10=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 134 (52.73% from 255 or 81.71% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 134 - color contains mainly: green. Hex color #14860A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14860A is #EB79F5. Grayscale: #565656. Windows color (decimal): -15432182 or 689684. OLE color: 689684.

HSL color Cylindrical-coordinate representation of color #14860A: hue angle of 115.16º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14860A is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB2013410-
CMYK0.8500.930.47
HSL115.16º86.11%28.24%-
HSV(B)115.16º92.54%52.55%-
XYZ8.8717.223.14-
YUV85.7885.2381.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 134 (52.73% from 255) = 81.71%
BLUE value IS 10 (4.30% from 255) = 6.10%
R=12.20%
G=81.71%
B=6.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal20134100.8500.930.47115.1686.1128.24
Hex1486A5505D2F73561c
Octal242061212501355716312634
Binary101001000011010101010101010111011011111110011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14860A; }

 p { color: rgb(20,134,10); }

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

<style>
 a { background-color: #14860A; }

 a { background-color: rgb(20,134,10); }

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

<style>
 span { border-color: #14860A; }

 span { border-color: rgb(20,134,10); }

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