#119F0B

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

Shades of Islamic Green #119F0B

Tints of Islamic Green #119F0B

Color information

#119F0B (or 0x119F0B) is unknown color: approx Islamic Green. HEX triplet: 11, 9F and 0B. RGB value is (17,159,11). Sum of RGB (Red+Green+Blue) = 17+159+11=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 159 (62.5% from 255 or 85.03% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 159 - color contains mainly: green. Hex color #119F0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119F0B is #EE60F4. Grayscale: #646464. Windows color (decimal): -15622389 or 761617. OLE color: 761617.

HSL color Cylindrical-coordinate representation of color #119F0B: hue angle of 117.57º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119F0B is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB1715911-
CMYK0.8900.930.38
HSL117.57º87.06%33.33%-
HSV(B)117.57º93.08%62.35%-
XYZ12.6924.944.46-
YUV99.6777.9669.03-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 159 (62.5% from 255) = 85.03%
BLUE value IS 11 (4.69% from 255) = 5.88%
R=9.09%
G=85.03%
B=5.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17159110.8900.930.38117.5787.0633.33
Hex119FB5905D26765721
Octal212371313101354616612741
Binary1000110011111101110110010101110110011011101101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119F0B; }

 p { color: rgb(17,159,11); }

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

<style>
 a { background-color: #119F0B; }

 a { background-color: rgb(17,159,11); }

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

<style>
 span { border-color: #119F0B; }

 span { border-color: rgb(17,159,11); }

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