#099C1C

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

Shades of Islamic Green #099C1C

Tints of Islamic Green #099C1C

Color information

#099C1C (or 0x099C1C) is unknown color: approx Islamic Green. HEX triplet: 09, 9C and 1C. RGB value is (9,156,28). Sum of RGB (Red+Green+Blue) = 9+156+28=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 156 (61.33% from 255 or 80.83% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 156 - color contains mainly: green. Hex color #099C1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099C1C is #F663E3. Grayscale: #616161. Windows color (decimal): -16147428 or 1874953. OLE color: 1874953.

HSL color Cylindrical-coordinate representation of color #099C1C: hue angle of 127.76º 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 #099C1C is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB915628-
CMYK0.9400.820.39
HSL127.76º89.09%32.35%-
HSV(B)127.76º94.23%61.18%-
XYZ12.2123.925.07-
YUV97.4588.864.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 156 (61.33% from 255) = 80.83%
BLUE value IS 28 (11.33% from 255) = 14.51%
R=4.66%
G=80.83%
B=14.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9156280.9400.820.39127.7689.0932.35
Hex99C1C5E05227805920
Octal112343413601224720013140
Binary10011001110011100101111001010010100111100000001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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