#0C9103

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

Shades of Islamic Green #0C9103

Tints of Islamic Green #0C9103

Color information

#0C9103 (or 0x0C9103) is unknown color: approx Islamic Green. HEX triplet: 0C, 91 and 03. RGB value is (12,145,3). Sum of RGB (Red+Green+Blue) = 12+145+3=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 145 (57.03% from 255 or 90.62% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 145 - color contains mainly: green. Hex color #0C9103 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9103 is #F36EFC. Grayscale: #595959. Windows color (decimal): -15953661 or 233740. OLE color: 233740.

HSL color Cylindrical-coordinate representation of color #0C9103: hue angle of 116.2º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C9103 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB121453-
CMYK0.9200.980.43
HSL116.2º95.95%29.02%-
HSV(B)116.2º97.93%56.86%-
XYZ10.2920.343.47-
YUV89.0479.4473.05-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.5%
GREEN value IS 145 (57.03% from 255) = 90.62%
BLUE value IS 3 (1.56% from 255) = 1.88%
R=7.5%
G=90.62%
B=1.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1214530.9200.980.43116.295.9529.02
HexC9135C0622B74601d
Octal14221313401425316414035
Binary110010010001111011100011000101010111110100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,145,3); }

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

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

 a { background-color: rgb(12,145,3); }

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

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

 span { border-color: rgb(12,145,3); }

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