#0C9914

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

Shades of Islamic Green #0C9914

Tints of Islamic Green #0C9914

Color information

#0C9914 (or 0x0C9914) is unknown color: approx Islamic Green. HEX triplet: 0C, 99 and 14. RGB value is (12,153,20). Sum of RGB (Red+Green+Blue) = 12+153+20=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 153 (60.16% from 255 or 82.70% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 153 - color contains mainly: green. Hex color #0C9914 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9914 is #F366EB. Grayscale: #606060. Windows color (decimal): -15951596 or 1349900. OLE color: 1349900.

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

Color convert

RGB1215320-
CMYK0.9200.870.4
HSL123.4º85.45%32.35%-
HSV(B)123.4º92.16%60%-
XYZ11.6722.914.47-
YUV95.6885.2968.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 153 (60.16% from 255) = 82.70%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=6.49%
G=82.70%
B=10.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12153200.9200.870.4123.485.4532.35
HexC99145C057287b5520
Octal142312413401275017312540
Binary1100100110011010010111000101011110100011110111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,153,20); }

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

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

 a { background-color: rgb(12,153,20); }

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

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

 span { border-color: rgb(12,153,20); }

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