#0C9315

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

Shades of Islamic Green #0C9315

Tints of Islamic Green #0C9315

Color information

#0C9315 (or 0x0C9315) is unknown color: approx Islamic Green. HEX triplet: 0C, 93 and 15. RGB value is (12,147,21). Sum of RGB (Red+Green+Blue) = 12+147+21=180 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.67% from 180); Green value is 147 (57.81% from 255 or 81.67% from 180); Blue value is 21 (8.59% from 255 or 11.67% from 180); Max value from RGB is 147 - color contains mainly: green. Hex color #0C9315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9315 is #F36CEA. Grayscale: #5C5C5C. Windows color (decimal): -15953131 or 1413900. OLE color: 1413900.

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

Color convert

RGB1214721-
CMYK0.9200.860.42
HSL124º84.91%31.18%-
HSV(B)124º91.84%57.65%-
XYZ10.72214.2-
YUV92.2787.7770.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.67%
GREEN value IS 147 (57.81% from 255) = 81.67%
BLUE value IS 21 (8.59% from 255) = 11.67%
R=6.67%
G=81.67%
B=11.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12147210.9200.860.4212484.9131.18
HexC93155C0562A7c551f
Octal142232513401265217412537
Binary110010010011101011011100010101101010101111100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,147,21); }

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

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

 a { background-color: rgb(12,147,21); }

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

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

 span { border-color: rgb(12,147,21); }

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