#0BA50F

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

Shades of Islamic Green #0BA50F

Tints of Islamic Green #0BA50F

Color information

#0BA50F (or 0x0BA50F) is unknown color: approx Islamic Green. HEX triplet: 0B, A5 and 0F. RGB value is (11,165,15). Sum of RGB (Red+Green+Blue) = 11+165+15=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 165 (64.84% from 255 or 86.39% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA50F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA50F is #F45AF0. Grayscale: #666666. Windows color (decimal): -16014065 or 1025291. OLE color: 1025291.

HSL color Cylindrical-coordinate representation of color #0BA50F: hue angle of 121.56º 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 #0BA50F is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB1116515-
CMYK0.9300.910.35
HSL121.56º87.5%34.51%-
HSV(B)121.56º93.33%64.71%-
XYZ13.6827.024.95-
YUV101.8578.9863.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.76%
GREEN value IS 165 (64.84% from 255) = 86.39%
BLUE value IS 15 (6.25% from 255) = 7.85%
R=5.76%
G=86.39%
B=7.85%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11165150.9300.910.35121.5687.534.51
HexBA5F5D05B237a5823
Octal132451713501334317213043
Binary101110100101111110111010101101110001111110101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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