#119E0F

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

Shades of Islamic Green #119E0F

Tints of Islamic Green #119E0F

Color information

#119E0F (or 0x119E0F) is unknown color: approx Islamic Green. HEX triplet: 11, 9E and 0F. RGB value is (17,158,15). Sum of RGB (Red+Green+Blue) = 17+158+15=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 158 (62.11% from 255 or 83.16% from 190); Blue value is 15 (6.25% from 255 or 7.89% from 190); Max value from RGB is 158 - color contains mainly: green. Hex color #119E0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119E0F is #EE61F0. Grayscale: #636363. Windows color (decimal): -15622641 or 1023505. OLE color: 1023505.

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

Color convert

RGB1715815-
CMYK0.8900.910.38
HSL119.16º82.66%33.92%-
HSV(B)119.16º90.51%61.96%-
XYZ12.5424.614.54-
YUV99.5480.2969.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 158 (62.11% from 255) = 83.16%
BLUE value IS 15 (6.25% from 255) = 7.89%
R=8.95%
G=83.16%
B=7.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal17158150.8900.910.38119.1682.6633.92
Hex119EF5905B26775322
Octal212361713101334616712342
Binary1000110011110111110110010101101110011011101111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,158,15); }

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

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

 a { background-color: rgb(17,158,15); }

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

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

 span { border-color: rgb(17,158,15); }

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