#11920A

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

Shades of Islamic Green #11920A

Tints of Islamic Green #11920A

Color information

#11920A (or 0x11920A) is unknown color: approx Islamic Green. HEX triplet: 11, 92 and 0A. RGB value is (17,146,10). Sum of RGB (Red+Green+Blue) = 17+146+10=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 146 (57.42% from 255 or 84.39% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 146 - color contains mainly: green. Hex color #11920A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11920A is #EE6DF5. Grayscale: #5C5C5C. Windows color (decimal): -15625718 or 692753. OLE color: 692753.

HSL color Cylindrical-coordinate representation of color #11920A: hue angle of 116.91º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11920A is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1714610-
CMYK0.8800.930.43
HSL116.91º87.18%30.59%-
HSV(B)116.91º93.15%57.25%-
XYZ10.5620.73.73-
YUV91.9281.7674.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 146 (57.42% from 255) = 84.39%
BLUE value IS 10 (4.30% from 255) = 5.78%
R=9.83%
G=84.39%
B=5.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17146100.8800.930.43116.9187.1830.59
Hex1192A5805D2B75571f
Octal212221213001355316512737
Binary100011001001010101011000010111011010111110101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11920A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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