#0BAC09

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

Shades of Islamic Green #0BAC09

Tints of Islamic Green #0BAC09

Color information

#0BAC09 (or 0x0BAC09) is unknown color: approx Islamic Green. HEX triplet: 0B, AC and 09. RGB value is (11,172,9). Sum of RGB (Red+Green+Blue) = 11+172+9=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 172 (67.58% from 255 or 89.58% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAC09 is #F453F6. Grayscale: #696969. Windows color (decimal): -16012279 or 633867. OLE color: 633867.

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

Color convert

RGB111729-
CMYK0.9400.950.33
HSL119.26º90.06%35.49%-
HSV(B)119.26º94.77%67.45%-
XYZ14.9429.65.18-
YUV105.2873.6660.75-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.73%
GREEN value IS 172 (67.58% from 255) = 89.58%
BLUE value IS 9 (3.91% from 255) = 4.69%
R=5.73%
G=89.58%
B=4.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1117290.9400.950.33119.2690.0635.49
HexBAC95E05F21775a23
Octal132541113601374116713243
Binary101110101100100110111100101111110000111101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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