#0C9101

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

Shades of Islamic Green #0C9101

Tints of Islamic Green #0C9101

Color information

#0C9101 (or 0x0C9101) is unknown color: approx Islamic Green. HEX triplet: 0C, 91 and 01. RGB value is (12,145,1). Sum of RGB (Red+Green+Blue) = 12+145+1=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 145 (57.03% from 255 or 91.77% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 145 - color contains mainly: green. Hex color #0C9101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9101 is #F36EFE. Grayscale: #595959. Windows color (decimal): -15953663 or 102668. OLE color: 102668.

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

Color convert

RGB121451-
CMYK0.9200.990.43
HSL115.42º98.63%28.63%-
HSV(B)115.42º99.31%56.86%-
XYZ10.2820.333.41-
YUV88.8278.4473.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.59%
GREEN value IS 145 (57.03% from 255) = 91.77%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=7.59%
G=91.77%
B=0.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1214510.9200.990.43115.4298.6328.63
HexC9115C0632B73631d
Octal14221113401435316314335
Binary11001001000111011100011000111010111110011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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