#099C18

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

Shades of Islamic Green #099C18

Tints of Islamic Green #099C18

Color information

#099C18 (or 0x099C18) is unknown color: approx Islamic Green. HEX triplet: 09, 9C and 18. RGB value is (9,156,24). Sum of RGB (Red+Green+Blue) = 9+156+24=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 156 (61.33% from 255 or 82.54% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 156 - color contains mainly: green. Hex color #099C18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099C18 is #F663E7. Grayscale: #616161. Windows color (decimal): -16147432 or 1612809. OLE color: 1612809.

HSL color Cylindrical-coordinate representation of color #099C18: hue angle of 126.12º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099C18 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB915624-
CMYK0.9400.850.39
HSL126.12º89.09%32.35%-
HSV(B)126.12º94.23%61.18%-
XYZ12.1723.94.84-
YUV9786.865.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.76%
GREEN value IS 156 (61.33% from 255) = 82.54%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=4.76%
G=82.54%
B=12.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9156240.9400.850.39126.1289.0932.35
Hex99C185E055277e5920
Octal112343013601254717613140
Binary1001100111001100010111100101010110011111111101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099C18; }

 p { color: rgb(9,156,24); }

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

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

 a { background-color: rgb(9,156,24); }

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

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

 span { border-color: rgb(9,156,24); }

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