#14840D

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

Shades of Green #14840D

Tints of Green #14840D

Color information

#14840D (or 0x14840D) is unknown color: approx Green. HEX triplet: 14, 84 and 0D. RGB value is (20,132,13). Sum of RGB (Red+Green+Blue) = 20+132+13=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 132 (51.95% from 255 or 80% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 132 - color contains mainly: green. Hex color #14840D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14840D is #EB7BF2. Grayscale: #555555. Windows color (decimal): -15432691 or 885780. OLE color: 885780.

HSL color Cylindrical-coordinate representation of color #14840D: hue angle of 116.47º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14840D is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB2013213-
CMYK0.8500.900.48
HSL116.47º82.07%28.43%-
HSV(B)116.47º90.15%51.76%-
XYZ8.6116.683.15-
YUV84.9587.3981.68-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 132 (51.95% from 255) = 80%
BLUE value IS 13 (5.47% from 255) = 7.88%
R=12.12%
G=80%
B=7.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal20132130.8500.900.48116.4782.0728.43
Hex1484D5505A3074521c
Octal242041512501326016412234
Binary101001000010011011010101010110101100001110100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14840D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14840D; }

 p { color: rgb(20,132,13); }

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

<style>
 a { background-color: #14840D; }

 a { background-color: rgb(20,132,13); }

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

<style>
 span { border-color: #14840D; }

 span { border-color: rgb(20,132,13); }

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