#11860A

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

Shades of Green #11860A

Tints of Green #11860A

Color information

#11860A (or 0x11860A) is unknown color: approx Green. HEX triplet: 11, 86 and 0A. RGB value is (17,134,10). Sum of RGB (Red+Green+Blue) = 17+134+10=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 134 (52.73% from 255 or 83.23% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 134 - color contains mainly: green. Hex color #11860A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11860A is #EE79F5. Grayscale: #555555. Windows color (decimal): -15628790 or 689681. OLE color: 689681.

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

Color convert

RGB1713410-
CMYK0.8700.930.47
HSL116.61º86.11%28.24%-
HSV(B)116.61º92.54%52.55%-
XYZ8.8117.193.14-
YUV84.8885.7479.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 134 (52.73% from 255) = 83.23%
BLUE value IS 10 (4.30% from 255) = 6.21%
R=10.56%
G=83.23%
B=6.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17134100.8700.930.47116.6186.1128.24
Hex1186A5705D2F75561c
Octal212061212701355716512634
Binary100011000011010101010111010111011011111110101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,134,10); }

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

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

 a { background-color: rgb(17,134,10); }

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

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

 span { border-color: rgb(17,134,10); }

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