#0BA511

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

Shades of Islamic Green #0BA511

Tints of Islamic Green #0BA511

Color information

#0BA511 (or 0x0BA511) is unknown color: approx Islamic Green. HEX triplet: 0B, A5 and 11. RGB value is (11,165,17). Sum of RGB (Red+Green+Blue) = 11+165+17=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 165 (64.84% from 255 or 85.49% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA511 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA511 is #F45AEE. Grayscale: #666666. Windows color (decimal): -16014063 or 1156363. OLE color: 1156363.

HSL color Cylindrical-coordinate representation of color #0BA511: hue angle of 122.34º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA511 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1116517-
CMYK0.9300.900.35
HSL122.34º87.5%34.51%-
HSV(B)122.34º93.33%64.71%-
XYZ13.6927.025.02-
YUV102.0879.9863.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 165 (64.84% from 255) = 85.49%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=5.70%
G=85.49%
B=8.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11165170.9300.900.35122.3487.534.51
HexBA5115D05A237a5823
Octal132452113501324317213043
Binary1011101001011000110111010101101010001111110101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,165,17); }

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

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

 a { background-color: rgb(11,165,17); }

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

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

 span { border-color: rgb(11,165,17); }

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