#0C970D

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

Shades of Islamic Green #0C970D

Tints of Islamic Green #0C970D

Color information

#0C970D (or 0x0C970D) is unknown color: approx Islamic Green. HEX triplet: 0C, 97 and 0D. RGB value is (12,151,13). Sum of RGB (Red+Green+Blue) = 12+151+13=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 151 (59.38% from 255 or 85.80% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 151 - color contains mainly: green. Hex color #0C970D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C970D is #F368F2. Grayscale: #5E5E5E. Windows color (decimal): -15952115 or 890636. OLE color: 890636.

HSL color Cylindrical-coordinate representation of color #0C970D: hue angle of 120.43º 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 #0C970D is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1215113-
CMYK0.9200.910.41
HSL120.43º85.28%31.96%-
HSV(B)120.43º92.05%59.22%-
XYZ11.2922.244.08-
YUV93.7182.4569.72-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.82%
GREEN value IS 151 (59.38% from 255) = 85.80%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=6.82%
G=85.80%
B=7.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12151130.9200.910.41120.4385.2831.96
HexC97D5C05B29785520
Octal142271513401335117012540
Binary110010010111110110111000101101110100111110001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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