#0C9B09

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

Shades of Islamic Green #0C9B09

Tints of Islamic Green #0C9B09

Color information

#0C9B09 (or 0x0C9B09) is unknown color: approx Islamic Green. HEX triplet: 0C, 9B and 09. RGB value is (12,155,9). Sum of RGB (Red+Green+Blue) = 12+155+9=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 155 (60.94% from 255 or 88.07% from 176); Blue value is 9 (3.91% from 255 or 5.11% from 176); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9B09 is #F364F6. Grayscale: #606060. Windows color (decimal): -15951095 or 629516. OLE color: 629516.

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

Color convert

RGB121559-
CMYK0.9200.940.39
HSL118.77º89.02%32.16%-
HSV(B)118.77º94.19%60.78%-
XYZ11.9223.544.17-
YUV95.679.1268.37-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.82%
GREEN value IS 155 (60.94% from 255) = 88.07%
BLUE value IS 9 (3.91% from 255) = 5.11%
R=6.82%
G=88.07%
B=5.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1215590.9200.940.39118.7789.0232.16
HexC9B95C05E27775920
Octal142331113401364716713140
Binary110010011011100110111000101111010011111101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,155,9); }

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

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

 a { background-color: rgb(12,155,9); }

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

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

 span { border-color: rgb(12,155,9); }

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