#0C9511

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

Shades of Islamic Green #0C9511

Tints of Islamic Green #0C9511

Color information

#0C9511 (or 0x0C9511) is unknown color: approx Islamic Green. HEX triplet: 0C, 95 and 11. RGB value is (12,149,17). Sum of RGB (Red+Green+Blue) = 12+149+17=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 149 (58.59% from 255 or 83.71% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9511 is #F36AEE. Grayscale: #5D5D5D. Windows color (decimal): -15952623 or 1152268. OLE color: 1152268.

HSL color Cylindrical-coordinate representation of color #0C9511: hue angle of 122.19º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9511 is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1214917-
CMYK0.9200.890.42
HSL122.19º85.09%31.57%-
HSV(B)122.19º91.95%58.43%-
XYZ1121.614.12-
YUV92.9985.1170.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.74%
GREEN value IS 149 (58.59% from 255) = 83.71%
BLUE value IS 17 (7.03% from 255) = 9.55%
R=6.74%
G=83.71%
B=9.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12149170.9200.890.42122.1985.0931.57
HexC95115C0592A7a5520
Octal142252113401315217212540
Binary1100100101011000110111000101100110101011110101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C9511; }

 p { color: rgb(12,149,17); }

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

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

 a { background-color: rgb(12,149,17); }

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

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

 span { border-color: rgb(12,149,17); }

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