#0BB218

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

Shades of Islamic Green #0BB218

Tints of Islamic Green #0BB218

Color information

#0BB218 (or 0x0BB218) is unknown color: approx Islamic Green. HEX triplet: 0B, B2 and 18. RGB value is (11,178,24). Sum of RGB (Red+Green+Blue) = 11+178+24=213 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.16% from 213); Green value is 178 (69.92% from 255 or 83.57% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 178 - color contains mainly: green. Hex color #0BB218 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BB218 is #F44DE7. Grayscale: #6E6E6E. Windows color (decimal): -16010728 or 1618443. OLE color: 1618443.

HSL color Cylindrical-coordinate representation of color #0BB218: hue angle of 124.67º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB218 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB1117824-
CMYK0.9400.870.30
HSL124.67º88.36%37.06%-
HSV(B)124.67º93.82%69.8%-
XYZ16.2231.986.18-
YUV110.5179.1757.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.16%
GREEN value IS 178 (69.92% from 255) = 83.57%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=5.16%
G=83.57%
B=11.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11178240.9400.870.30124.6788.3637.06
HexBB2185E0571E7d5825
Octal132623013601273617513045
Binary101110110010110001011110010101111111011111011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,178,24); }

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

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

 a { background-color: rgb(11,178,24); }

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

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

 span { border-color: rgb(11,178,24); }

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