#0C9504

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

Shades of Islamic Green #0C9504

Tints of Islamic Green #0C9504

Color information

#0C9504 (or 0x0C9504) is unknown color: approx Islamic Green. HEX triplet: 0C, 95 and 04. RGB value is (12,149,4). Sum of RGB (Red+Green+Blue) = 12+149+4=165 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.27% from 165); Green value is 149 (58.59% from 255 or 90.30% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 149 - color contains mainly: green. Hex color #0C9504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9504 is #F36AFB. Grayscale: #5B5B5B. Windows color (decimal): -15952636 or 300300. OLE color: 300300.

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

Color convert

RGB121494-
CMYK0.9200.970.42
HSL116.69º94.77%30%-
HSV(B)116.69º97.32%58.43%-
XYZ10.9221.583.7-
YUV91.5178.6171.29-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.27%
GREEN value IS 149 (58.59% from 255) = 90.30%
BLUE value IS 4 (1.95% from 255) = 2.42%
R=7.27%
G=90.30%
B=2.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1214940.9200.970.42116.6994.7730
HexC9545C0612A755f1e
Octal14225413401415216513736
Binary1100100101011001011100011000011010101110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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