#0C9D10

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

Shades of Islamic Green #0C9D10

Tints of Islamic Green #0C9D10

Color information

#0C9D10 (or 0x0C9D10) is unknown color: approx Islamic Green. HEX triplet: 0C, 9D and 10. RGB value is (12,157,16). Sum of RGB (Red+Green+Blue) = 12+157+16=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 157 (61.72% from 255 or 84.86% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 157 - color contains mainly: green. Hex color #0C9D10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9D10 is #F362EF. Grayscale: #616161. Windows color (decimal): -15950576 or 1088780. OLE color: 1088780.

HSL color Cylindrical-coordinate representation of color #0C9D10: hue angle of 121.66º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9D10 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB1215716-
CMYK0.9200.900.38
HSL121.66º85.8%33.14%-
HSV(B)121.66º92.36%61.57%-
XYZ12.324.234.52-
YUV97.5781.9666.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 157 (61.72% from 255) = 84.86%
BLUE value IS 16 (6.64% from 255) = 8.65%
R=6.49%
G=84.86%
B=8.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12157160.9200.900.38121.6685.833.14
HexC9D105C05A267a5621
Octal142352013401324617212641
Binary1100100111011000010111000101101010011011110101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,157,16); }

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

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

 a { background-color: rgb(12,157,16); }

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

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

 span { border-color: rgb(12,157,16); }

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