#0C9712

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

Shades of Islamic Green #0C9712

Tints of Islamic Green #0C9712

Color information

#0C9712 (or 0x0C9712) is unknown color: approx Islamic Green. HEX triplet: 0C, 97 and 12. RGB value is (12,151,18). Sum of RGB (Red+Green+Blue) = 12+151+18=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 151 (59.38% from 255 or 83.43% from 181); Blue value is 18 (7.42% from 255 or 9.94% from 181); Max value from RGB is 151 - color contains mainly: green. Hex color #0C9712 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9712 is #F368ED. Grayscale: #5E5E5E. Windows color (decimal): -15952110 or 1218316. OLE color: 1218316.

HSL color Cylindrical-coordinate representation of color #0C9712: hue angle of 122.59º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9712 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB1215118-
CMYK0.9200.880.41
HSL122.59º85.28%31.96%-
HSV(B)122.59º92.05%59.22%-
XYZ11.3322.264.27-
YUV94.2884.9569.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 151 (59.38% from 255) = 83.43%
BLUE value IS 18 (7.42% from 255) = 9.94%
R=6.63%
G=83.43%
B=9.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12151180.9200.880.41122.5985.2831.96
HexC97125C058297b5520
Octal142272213401305117312540
Binary1100100101111001010111000101100010100111110111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,151,18); }

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

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

 a { background-color: rgb(12,151,18); }

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

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

 span { border-color: rgb(12,151,18); }

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