#10870F

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

Shades of Green #10870F

Tints of Green #10870F

Color information

#10870F (or 0x10870F) is unknown color: approx Green. HEX triplet: 10, 87 and 0F. RGB value is (16,135,15). Sum of RGB (Red+Green+Blue) = 16+135+15=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 135 (53.12% from 255 or 81.33% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 135 - color contains mainly: green. Hex color #10870F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10870F is #EF78F0. Grayscale: #565656. Windows color (decimal): -15694065 or 1017616. OLE color: 1017616.

HSL color Cylindrical-coordinate representation of color #10870F: hue angle of 119.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10870F is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1613515-
CMYK0.8800.890.47
HSL119.5º80%29.41%-
HSV(B)119.5º88.89%52.94%-
XYZ8.9617.473.35-
YUV85.7488.0878.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.64%
GREEN value IS 135 (53.12% from 255) = 81.33%
BLUE value IS 15 (6.25% from 255) = 9.04%
R=9.64%
G=81.33%
B=9.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16135150.8800.890.47119.58029.41
Hex1087F580592F78501d
Octal202071713001315717012035
Binary100001000011111111011000010110011011111111000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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