#0BB515

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

Shades of Islamic Green #0BB515

Tints of Islamic Green #0BB515

Color information

#0BB515 (or 0x0BB515) is unknown color: approx Islamic Green. HEX triplet: 0B, B5 and 15. RGB value is (11,181,21). Sum of RGB (Red+Green+Blue) = 11+181+21=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 181 (71.09% from 255 or 84.98% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB515 is #F44AEA. Grayscale: #707070. Windows color (decimal): -16009963 or 1422603. OLE color: 1422603.

HSL color Cylindrical-coordinate representation of color #0BB515: hue angle of 123.53º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB515 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1118121-
CMYK0.9400.880.29
HSL123.53º88.54%37.65%-
HSV(B)123.53º93.92%70.98%-
XYZ16.833.176.23-
YUV111.9376.6856.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.16%
GREEN value IS 181 (71.09% from 255) = 84.98%
BLUE value IS 21 (8.59% from 255) = 9.86%
R=5.16%
G=84.98%
B=9.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11181210.9400.880.29123.5388.5437.65
HexBB5155E0581D7c5926
Octal132652513601303517413146
Binary101110110101101011011110010110001110111111001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,181,21); }

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

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

 a { background-color: rgb(11,181,21); }

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

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

 span { border-color: rgb(11,181,21); }

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