#10820E

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

Shades of Green #10820E

Tints of Green #10820E

Color information

#10820E (or 0x10820E) is unknown color: approx Green. HEX triplet: 10, 82 and 0E. RGB value is (16,130,14). Sum of RGB (Red+Green+Blue) = 16+130+14=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 130 (51.17% from 255 or 81.25% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 130 - color contains mainly: green. Hex color #10820E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10820E is #EF7DF1. Grayscale: #535353. Windows color (decimal): -15695346 or 950800. OLE color: 950800.

HSL color Cylindrical-coordinate representation of color #10820E: hue angle of 118.97º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10820E is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB1613014-
CMYK0.8800.890.49
HSL118.97º80.56%28.24%-
HSV(B)118.97º89.23%50.98%-
XYZ8.2816.113.09-
YUV82.6989.2380.43-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 130 (51.17% from 255) = 81.25%
BLUE value IS 14 (5.86% from 255) = 8.75%
R=10%
G=81.25%
B=8.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16130140.8800.890.49118.9780.5628.24
Hex1082E580593177511c
Octal202021613001316116712134
Binary100001000001011101011000010110011100011110111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,130,14); }

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

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

 a { background-color: rgb(16,130,14); }

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

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

 span { border-color: rgb(16,130,14); }

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