#10840A

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

Shades of Green #10840A

Tints of Green #10840A

Color information

#10840A (or 0x10840A) is unknown color: approx Green. HEX triplet: 10, 84 and 0A. RGB value is (16,132,10). Sum of RGB (Red+Green+Blue) = 16+132+10=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 132 (51.95% from 255 or 83.54% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 132 - color contains mainly: green. Hex color #10840A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10840A is #EF7BF5. Grayscale: #535353. Windows color (decimal): -15694838 or 689168. OLE color: 689168.

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

Color convert

RGB1613210-
CMYK0.8800.920.48
HSL117.05º85.92%27.84%-
HSV(B)117.05º92.42%51.76%-
XYZ8.5216.633.05-
YUV83.4186.5779.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 132 (51.95% from 255) = 83.54%
BLUE value IS 10 (4.30% from 255) = 6.33%
R=10.13%
G=83.54%
B=6.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16132100.8800.920.48117.0585.9227.84
Hex1084A5805C3075561c
Octal202041213001346016512634
Binary100001000010010101011000010111001100001110101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10840A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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