#0BB316

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

Shades of Islamic Green #0BB316

Tints of Islamic Green #0BB316

Color information

#0BB316 (or 0x0BB316) is unknown color: approx Islamic Green. HEX triplet: 0B, B3 and 16. RGB value is (11,179,22). Sum of RGB (Red+Green+Blue) = 11+179+22=212 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.19% from 212); Green value is 179 (70.31% from 255 or 84.43% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB316 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB316 is #F44CE9. Grayscale: #6F6F6F. Windows color (decimal): -16010474 or 1487627. OLE color: 1487627.

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

Color convert

RGB1117922-
CMYK0.9400.880.30
HSL123.93º88.42%37.25%-
HSV(B)123.93º93.85%70.2%-
XYZ16.432.376.14-
YUV110.8777.8456.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.19%
GREEN value IS 179 (70.31% from 255) = 84.43%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=5.19%
G=84.43%
B=10.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal11179220.9400.880.30123.9388.4237.25
HexBB3165E0581E7c5825
Octal132632613601303617413045
Binary101110110011101101011110010110001111011111001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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