#10870A

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

Shades of Green #10870A

Tints of Green #10870A

Color information

#10870A (or 0x10870A) is unknown color: approx Green. HEX triplet: 10, 87 and 0A. RGB value is (16,135,10). Sum of RGB (Red+Green+Blue) = 16+135+10=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 135 (53.12% from 255 or 83.85% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 135 - color contains mainly: green. Hex color #10870A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10870A is #EF78F5. Grayscale: #555555. Windows color (decimal): -15694070 or 689936. OLE color: 689936.

HSL color Cylindrical-coordinate representation of color #10870A: hue angle of 117.12º 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 #10870A is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB1613510-
CMYK0.8800.930.47
HSL117.12º86.21%28.43%-
HSV(B)117.12º92.59%52.94%-
XYZ8.9317.463.19-
YUV85.1785.5878.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.94%
GREEN value IS 135 (53.12% from 255) = 83.85%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=9.94%
G=83.85%
B=6.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16135100.8800.930.47117.1286.2128.43
Hex1087A5805D2F75561c
Octal202071213001355716512634
Binary100001000011110101011000010111011011111110101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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