#0BA20D

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

Shades of Islamic Green #0BA20D

Tints of Islamic Green #0BA20D

Color information

#0BA20D (or 0x0BA20D) is unknown color: approx Islamic Green. HEX triplet: 0B, A2 and 0D. RGB value is (11,162,13). Sum of RGB (Red+Green+Blue) = 11+162+13=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 162 (63.67% from 255 or 87.10% from 186); Blue value is 13 (5.47% from 255 or 6.99% from 186); Max value from RGB is 162 - color contains mainly: green. Hex color #0BA20D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA20D is #F45DF2. Grayscale: #646464. Windows color (decimal): -16014835 or 893451. OLE color: 893451.

HSL color Cylindrical-coordinate representation of color #0BA20D: hue angle of 120.79º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA20D is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB1116213-
CMYK0.9300.920.36
HSL120.79º87.28%33.92%-
HSV(B)120.79º93.21%63.53%-
XYZ13.1325.944.7-
YUV99.8678.9764.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.91%
GREEN value IS 162 (63.67% from 255) = 87.10%
BLUE value IS 13 (5.47% from 255) = 6.99%
R=5.91%
G=87.10%
B=6.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11162130.9300.920.36120.7987.2833.92
HexBA2D5D05C24795722
Octal132421513501344417112742
Binary101110100010110110111010101110010010011110011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,162,13); }

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

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

 a { background-color: rgb(11,162,13); }

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

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

 span { border-color: rgb(11,162,13); }

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