#11810A

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

Shades of Green #11810A

Tints of Green #11810A

Color information

#11810A (or 0x11810A) is unknown color: approx Green. HEX triplet: 11, 81 and 0A. RGB value is (17,129,10). Sum of RGB (Red+Green+Blue) = 17+129+10=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 129 (50.78% from 255 or 82.69% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 129 - color contains mainly: green. Hex color #11810A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11810A is #EE7EF5. Grayscale: #525252. Windows color (decimal): -15630070 or 688401. OLE color: 688401.

HSL color Cylindrical-coordinate representation of color #11810A: hue angle of 116.47º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11810A is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB1712910-
CMYK0.8700.920.49
HSL116.47º85.61%27.25%-
HSV(B)116.47º92.25%50.59%-
XYZ8.1415.842.92-
YUV81.9587.3981.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 129 (50.78% from 255) = 82.69%
BLUE value IS 10 (4.30% from 255) = 6.41%
R=10.90%
G=82.69%
B=6.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17129100.8700.920.49116.4785.6127.25
Hex1181A5705C3174561b
Octal212011212701346116412633
Binary100011000000110101010111010111001100011110100101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11810A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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