#0BB318

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

Shades of Islamic Green #0BB318

Tints of Islamic Green #0BB318

Color information

#0BB318 (or 0x0BB318) is unknown color: approx Islamic Green. HEX triplet: 0B, B3 and 18. RGB value is (11,179,24). Sum of RGB (Red+Green+Blue) = 11+179+24=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 179 (70.31% from 255 or 83.64% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB318 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB318 is #F44CE7. Grayscale: #6F6F6F. Windows color (decimal): -16010472 or 1618699. OLE color: 1618699.

HSL color Cylindrical-coordinate representation of color #0BB318: hue angle of 124.64º 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 #0BB318 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB1117924-
CMYK0.9400.870.30
HSL124.64º88.42%37.25%-
HSV(B)124.64º93.85%70.2%-
XYZ16.4232.386.25-
YUV111.178.8456.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.14%
GREEN value IS 179 (70.31% from 255) = 83.64%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=5.14%
G=83.64%
B=11.21%

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
Decimal11179240.9400.870.30124.6488.4237.25
HexBB3185E0571E7d5825
Octal132633013601273617513045
Binary101110110011110001011110010101111111011111011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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