#0C9608

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

Shades of Islamic Green #0C9608

Tints of Islamic Green #0C9608

Color information

#0C9608 (or 0x0C9608) is unknown color: approx Islamic Green. HEX triplet: 0C, 96 and 08. RGB value is (12,150,8). Sum of RGB (Red+Green+Blue) = 12+150+8=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 150 (58.98% from 255 or 88.24% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 150 - color contains mainly: green. Hex color #0C9608 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9608 is #F369F7. Grayscale: #5C5C5C. Windows color (decimal): -15952376 or 562700. OLE color: 562700.

HSL color Cylindrical-coordinate representation of color #0C9608: hue angle of 118.31º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C9608 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB121508-
CMYK0.9200.950.41
HSL118.31º89.87%30.98%-
HSV(B)118.31º94.67%58.82%-
XYZ11.121.913.87-
YUV92.5580.2870.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.06%
GREEN value IS 150 (58.98% from 255) = 88.24%
BLUE value IS 8 (3.52% from 255) = 4.71%
R=7.06%
G=88.24%
B=4.71%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1215080.9200.950.41118.3189.8730.98
HexC9685C05F29765a1f
Octal142261013401375116613237
Binary11001001011010001011100010111111010011110110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,150,8); }

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

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

 a { background-color: rgb(12,150,8); }

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

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

 span { border-color: rgb(12,150,8); }

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