#0BA301

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

Shades of Islamic Green #0BA301

Tints of Islamic Green #0BA301

Color information

#0BA301 (or 0x0BA301) is unknown color: approx Islamic Green. HEX triplet: 0B, A3 and 01. RGB value is (11,163,1). Sum of RGB (Red+Green+Blue) = 11+163+1=175 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.29% from 175); Green value is 163 (64.06% from 255 or 93.14% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 163 - color contains mainly: green. Hex color #0BA301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA301 is #F45CFE. Grayscale: #636363. Windows color (decimal): -16014591 or 107275. OLE color: 107275.

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

Color convert

RGB111631-
CMYK0.9300.990.36
HSL116.3º98.78%32.16%-
HSV(B)116.3º99.39%63.92%-
XYZ13.2426.274.4-
YUV99.0872.6465.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.29%
GREEN value IS 163 (64.06% from 255) = 93.14%
BLUE value IS 1 (0.78% from 255) = 0.57%
R=6.29%
G=93.14%
B=0.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1116310.9300.990.36116.398.7832.16
HexBA315D06324746320
Octal13243113501434416414340
Binary101110100011110111010110001110010011101001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,163,1); }

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

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

 a { background-color: rgb(11,163,1); }

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

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

 span { border-color: rgb(11,163,1); }

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