#0cbf13

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

Shades of Islamic Green #0CBF13

Tints of Islamic Green #0CBF13

Color information

#0CBF13 (or 0x0CBF13) is unknown color: approx Islamic Green. HEX triplet: 0C, BF and 13. RGB value is (12,191,19). Sum of RGB (Red+Green+Blue) = 12+191+19=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 191 (75% from 255 or 86.04% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 191 - color contains mainly: green. Hex color #0CBF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CBF13 is #F340EC. Grayscale: #767676. Windows color (decimal): -15941869 or 1294092. OLE color: 1294092.

HSL color Cylindrical-coordinate representation of color #0CBF13: hue angle of 122.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBF13 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1219119-
CMYK0.9400.900.25
HSL122.35º88.18%39.8%-
HSV(B)122.35º93.72%74.9%-
XYZ18.937.396.84-
YUV117.8772.252.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.41%
GREEN value IS 191 (75% from 255) = 86.04%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=5.41%
G=86.04%
B=8.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12191190.9400.900.25122.3588.1839.8
HexCBF135E05A197a5828
Octal142772313601323117213050
Binary110010111111100111011110010110101100111110101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0cbf13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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