#10840C

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

Shades of Green #10840C

Tints of Green #10840C

Color information

#10840C (or 0x10840C) is unknown color: approx Green. HEX triplet: 10, 84 and 0C. RGB value is (16,132,12). Sum of RGB (Red+Green+Blue) = 16+132+12=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 132 (51.95% from 255 or 82.5% from 160); Blue value is 12 (5.08% from 255 or 7.5% from 160); Max value from RGB is 132 - color contains mainly: green. Hex color #10840C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10840C is #EF7BF3. Grayscale: #535353. Windows color (decimal): -15694836 or 820240. OLE color: 820240.

HSL color Cylindrical-coordinate representation of color #10840C: hue angle of 118º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10840C is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1613212-
CMYK0.8800.910.48
HSL118º83.33%28.24%-
HSV(B)118º90.91%51.76%-
XYZ8.5316.643.11-
YUV83.6487.5779.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10%
GREEN value IS 132 (51.95% from 255) = 82.5%
BLUE value IS 12 (5.08% from 255) = 7.5%
R=10%
G=82.5%
B=7.5%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16132120.8800.910.4811883.3328.24
Hex1084C5805B3076531c
Octal202041413001336016612334
Binary100001000010011001011000010110111100001110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,132,12); }

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

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

 a { background-color: rgb(16,132,12); }

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

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

 span { border-color: rgb(16,132,12); }

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