#0c9e00

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

Shades of Islamic Green #0C9E00

Tints of Islamic Green #0C9E00

Color information

#0C9E00 (or 0x0C9E00) is unknown color: approx Islamic Green. HEX triplet: 0C, 9E and 00. RGB value is (12,158,0). Sum of RGB (Red+Green+Blue) = 12+158+0=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 158 (62.11% from 255 or 92.94% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 158 - color contains mainly: green. Hex color #0C9E00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9E00 is #F361FF. Grayscale: #606060. Windows color (decimal): -15950336 or 40460. OLE color: 40460.

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

Color convert

RGB121580-
CMYK0.92010.38
HSL115.44º100%30.98%-
HSV(B)115.44º100%61.96%-
XYZ12.3824.534.08-
YUV96.3373.6367.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.06%
GREEN value IS 158 (62.11% from 255) = 92.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.06%
G=92.94%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1215800.92010.38115.4410030.98
HexC9E05C0642673641f
Octal14236013401444616314437
Binary11001001111001011100011001001001101110011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c9e00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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