#0C9E01

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

Shades of Islamic Green #0C9E01

Tints of Islamic Green #0C9E01

Color information

#0C9E01 (or 0x0C9E01) is unknown color: approx Islamic Green. HEX triplet: 0C, 9E and 01. RGB value is (12,158,1). Sum of RGB (Red+Green+Blue) = 12+158+1=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 158 (62.11% from 255 or 92.40% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9E01 is #F361FE. Grayscale: #606060. Windows color (decimal): -15950335 or 105996. OLE color: 105996.

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

Color convert

RGB121581-
CMYK0.9200.990.38
HSL115.8º98.74%31.18%-
HSV(B)115.8º99.37%61.96%-
XYZ12.3824.534.11-
YUV96.4574.1367.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.02%
GREEN value IS 158 (62.11% from 255) = 92.40%
BLUE value IS 1 (0.78% from 255) = 0.58%
R=7.02%
G=92.40%
B=0.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1215810.9200.990.38115.898.7431.18
HexC9E15C0632674631f
Octal14236113401434616414337
Binary11001001111011011100011000111001101110100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,158,1); }

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

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

 a { background-color: rgb(12,158,1); }

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

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

 span { border-color: rgb(12,158,1); }

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