#0cbc11

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

Shades of Islamic Green #0CBC11

Tints of Islamic Green #0CBC11

Color information

#0CBC11 (or 0x0CBC11) is unknown color: approx Islamic Green. HEX triplet: 0C, BC and 11. RGB value is (12,188,17). Sum of RGB (Red+Green+Blue) = 12+188+17=217 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.53% from 217); Green value is 188 (73.83% from 255 or 86.64% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBC11 is #F343EE. Grayscale: #747474. Windows color (decimal): -15942639 or 1162252. OLE color: 1162252.

HSL color Cylindrical-coordinate representation of color #0CBC11: hue angle of 121.7º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC11 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB1218817-
CMYK0.9400.910.26
HSL121.7º88%39.22%-
HSV(B)121.7º93.62%73.73%-
XYZ18.2436.096.53-
YUV115.8872.1953.9-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.53%
GREEN value IS 188 (73.83% from 255) = 86.64%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=5.53%
G=86.64%
B=7.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal12188170.9400.910.26121.78839.22
HexCBC115E05B1A7a5827
Octal142742113601333217213047
Binary110010111100100011011110010110111101011110101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cbc11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,188,17); }

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

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

 a { background-color: rgb(12,188,17); }

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

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

 span { border-color: rgb(12,188,17); }

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