#0BAC1D

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

Shades of Islamic Green #0BAC1D

Tints of Islamic Green #0BAC1D

Color information

#0BAC1D (or 0x0BAC1D) is unknown color: approx Islamic Green. HEX triplet: 0B, AC and 1D. RGB value is (11,172,29). Sum of RGB (Red+Green+Blue) = 11+172+29=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 172 (67.58% from 255 or 81.13% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BAC1D is #F453E2. Grayscale: #6B6B6B. Windows color (decimal): -16012259 or 1944587. OLE color: 1944587.

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

Color convert

RGB1117229-
CMYK0.9400.830.33
HSL126.71º87.98%35.88%-
HSV(B)126.71º93.6%67.45%-
XYZ15.1129.666.09-
YUV107.5683.6659.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.19%
GREEN value IS 172 (67.58% from 255) = 81.13%
BLUE value IS 29 (11.72% from 255) = 13.68%
R=5.19%
G=81.13%
B=13.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11172290.9400.830.33126.7187.9835.88
HexBAC1D5E053217f5824
Octal132543513601234117713044
Binary1011101011001110110111100101001110000111111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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