#0C9B0E

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

Shades of Islamic Green #0C9B0E

Tints of Islamic Green #0C9B0E

Color information

#0C9B0E (or 0x0C9B0E) is unknown color: approx Islamic Green. HEX triplet: 0C, 9B and 0E. RGB value is (12,155,14). Sum of RGB (Red+Green+Blue) = 12+155+14=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 155 (60.94% from 255 or 85.64% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 155 - color contains mainly: green. Hex color #0C9B0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0C9B0E is #F364F1. Grayscale: #606060. Windows color (decimal): -15951090 or 957196. OLE color: 957196.

HSL color Cylindrical-coordinate representation of color #0C9B0E: hue angle of 120.84º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9B0E is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB1215514-
CMYK0.9200.910.39
HSL120.84º85.63%32.75%-
HSV(B)120.84º92.26%60.78%-
XYZ11.9523.554.33-
YUV96.1781.6267.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.63%
GREEN value IS 155 (60.94% from 255) = 85.64%
BLUE value IS 14 (5.86% from 255) = 7.73%
R=6.63%
G=85.64%
B=7.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12155140.9200.910.39120.8485.6332.75
HexC9BE5C05B27795621
Octal142331613401334717112641
Binary110010011011111010111000101101110011111110011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C9B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,155,14); }

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

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

 a { background-color: rgb(12,155,14); }

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

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

 span { border-color: rgb(12,155,14); }

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