#099C0B

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

Shades of Islamic Green #099C0B

Tints of Islamic Green #099C0B

Color information

#099C0B (or 0x099C0B) is unknown color: approx Islamic Green. HEX triplet: 09, 9C and 0B. RGB value is (9,156,11). Sum of RGB (Red+Green+Blue) = 9+156+11=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 156 (61.33% from 255 or 88.64% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 156 - color contains mainly: green. Hex color #099C0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #099C0B is #F663F4. Grayscale: #5F5F5F. Windows color (decimal): -16147445 or 760841. OLE color: 760841.

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

Color convert

RGB915611-
CMYK0.9400.930.39
HSL120.82º89.09%32.35%-
HSV(B)120.82º94.23%61.18%-
XYZ12.0623.864.29-
YUV95.5280.366.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 156 (61.33% from 255) = 88.64%
BLUE value IS 11 (4.69% from 255) = 6.25%
R=5.11%
G=88.64%
B=6.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9156110.9400.930.39120.8289.0932.35
Hex99CB5E05D27795920
Octal112341313601354717113140
Binary100110011100101110111100101110110011111110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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