#0BAC02

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

Shades of Islamic Green #0BAC02

Tints of Islamic Green #0BAC02

Color information

#0BAC02 (or 0x0BAC02) is unknown color: approx Islamic Green. HEX triplet: 0B, AC and 02. RGB value is (11,172,2). Sum of RGB (Red+Green+Blue) = 11+172+2=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 172 (67.58% from 255 or 92.97% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAC02 is #F453FD. Grayscale: #686868. Windows color (decimal): -16012286 or 175115. OLE color: 175115.

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

Color convert

RGB111722-
CMYK0.9400.990.33
HSL116.82º97.7%34.12%-
HSV(B)116.82º98.84%67.45%-
XYZ14.929.584.98-
YUV104.4870.1661.32-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.95%
GREEN value IS 172 (67.58% from 255) = 92.97%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=5.95%
G=92.97%
B=1.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1117220.9400.990.33116.8297.734.12
HexBAC25E06321756222
Octal13254213601434116514242
Binary1011101011001010111100110001110000111101011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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