#119203

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

Shades of Islamic Green #119203

Tints of Islamic Green #119203

Color information

#119203 (or 0x119203) is unknown color: approx Islamic Green. HEX triplet: 11, 92 and 03. RGB value is (17,146,3). Sum of RGB (Red+Green+Blue) = 17+146+3=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 146 (57.42% from 255 or 87.95% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 146 - color contains mainly: green. Hex color #119203 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119203 is #EE6DFC. Grayscale: #5B5B5B. Windows color (decimal): -15625725 or 234001. OLE color: 234001.

HSL color Cylindrical-coordinate representation of color #119203: hue angle of 114.13º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #119203 is Cyan = 0.88, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB171463-
CMYK0.8800.980.43
HSL114.13º95.97%29.22%-
HSV(B)114.13º97.95%57.25%-
XYZ10.5320.683.52-
YUV91.1378.2675.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.24%
GREEN value IS 146 (57.42% from 255) = 87.95%
BLUE value IS 3 (1.56% from 255) = 1.81%
R=10.24%
G=87.95%
B=1.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1714630.8800.980.43114.1395.9729.22
Hex11923580622B72601d
Octal21222313001425316214035
Binary1000110010010111011000011000101010111110010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119203; }

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

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

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

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

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

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

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

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