#0C9013

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

Shades of Islamic Green #0C9013

Tints of Islamic Green #0C9013

Color information

#0C9013 (or 0x0C9013) is unknown color: approx Islamic Green. HEX triplet: 0C, 90 and 13. RGB value is (12,144,19). Sum of RGB (Red+Green+Blue) = 12+144+19=175 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.86% from 175); Green value is 144 (56.64% from 255 or 82.29% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 144 - color contains mainly: green. Hex color #0C9013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9013 is #F36FEC. Grayscale: #5A5A5A. Windows color (decimal): -15953901 or 1282060. OLE color: 1282060.

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

Color convert

RGB1214419-
CMYK0.9200.870.44
HSL123.18º84.62%30.59%-
HSV(B)123.18º91.67%56.47%-
XYZ10.2420.073.95-
YUV90.2887.7772.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.86%
GREEN value IS 144 (56.64% from 255) = 82.29%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=6.86%
G=82.29%
B=10.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal12144190.9200.870.44123.1884.6230.59
HexC90135C0572C7b551f
Octal142202313401275417312537
Binary110010010000100111011100010101111011001111011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,144,19); }

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

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

 a { background-color: rgb(12,144,19); }

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

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

 span { border-color: rgb(12,144,19); }

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