#11840C

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

Shades of Green #11840C

Tints of Green #11840C

Color information

#11840C (or 0x11840C) is unknown color: approx Green. HEX triplet: 11, 84 and 0C. RGB value is (17,132,12). Sum of RGB (Red+Green+Blue) = 17+132+12=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 132 (51.95% from 255 or 81.99% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 132 - color contains mainly: green. Hex color #11840C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11840C is #EE7BF3. Grayscale: #545454. Windows color (decimal): -15629300 or 820241. OLE color: 820241.

HSL color Cylindrical-coordinate representation of color #11840C: hue angle of 117.5º 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 #11840C is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1713212-
CMYK0.8700.910.48
HSL117.5º83.33%28.24%-
HSV(B)117.5º90.91%51.76%-
XYZ8.5516.653.11-
YUV83.9387.480.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 132 (51.95% from 255) = 81.99%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=10.56%
G=81.99%
B=7.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal17132120.8700.910.48117.583.3328.24
Hex1184C5705B3076531c
Octal212041412701336016612334
Binary100011000010011001010111010110111100001110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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