#0BAC15

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

Shades of Islamic Green #0BAC15

Tints of Islamic Green #0BAC15

Color information

#0BAC15 (or 0x0BAC15) is unknown color: approx Islamic Green. HEX triplet: 0B, AC and 15. RGB value is (11,172,21). Sum of RGB (Red+Green+Blue) = 11+172+21=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 172 (67.58% from 255 or 84.31% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAC15 is #F453EA. Grayscale: #6B6B6B. Windows color (decimal): -16012267 or 1420299. OLE color: 1420299.

HSL color Cylindrical-coordinate representation of color #0BAC15: hue angle of 123.73º 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 #0BAC15 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB1117221-
CMYK0.9400.880.33
HSL123.73º87.98%35.88%-
HSV(B)123.73º93.6%67.45%-
XYZ15.0329.635.64-
YUV106.6579.6659.78-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.39%
GREEN value IS 172 (67.58% from 255) = 84.31%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=5.39%
G=84.31%
B=10.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11172210.9400.880.33123.7387.9835.88
HexBAC155E058217c5824
Octal132542513601304117413044
Binary1011101011001010110111100101100010000111111001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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