#0BAC1C

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

Shades of Islamic Green #0BAC1C

Tints of Islamic Green #0BAC1C

Color information

#0BAC1C (or 0x0BAC1C) is unknown color: approx Islamic Green. HEX triplet: 0B, AC and 1C. RGB value is (11,172,28). Sum of RGB (Red+Green+Blue) = 11+172+28=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 172 (67.58% from 255 or 81.52% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAC1C is #F453E3. Grayscale: #6B6B6B. Windows color (decimal): -16012260 or 1879051. OLE color: 1879051.

HSL color Cylindrical-coordinate representation of color #0BAC1C: hue angle of 126.34º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC1C is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1117228-
CMYK0.9400.840.33
HSL126.34º87.98%35.88%-
HSV(B)126.34º93.6%67.45%-
XYZ15.129.666.03-
YUV107.4483.1659.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.21%
GREEN value IS 172 (67.58% from 255) = 81.52%
BLUE value IS 28 (11.33% from 255) = 13.27%
R=5.21%
G=81.52%
B=13.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11172280.9400.840.33126.3487.9835.88
HexBAC1C5E054217e5824
Octal132543413601244117613044
Binary1011101011001110010111100101010010000111111101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,172,28); }

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

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

 a { background-color: rgb(11,172,28); }

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

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

 span { border-color: rgb(11,172,28); }

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