#0BB414

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

Shades of Islamic Green #0BB414

Tints of Islamic Green #0BB414

Color information

#0BB414 (or 0x0BB414) is unknown color: approx Islamic Green. HEX triplet: 0B, B4 and 14. RGB value is (11,180,20). Sum of RGB (Red+Green+Blue) = 11+180+20=211 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.21% from 211); Green value is 180 (70.70% from 255 or 85.31% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 180 - color contains mainly: green. Hex color #0BB414 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB414 is #F44BEB. Grayscale: #6F6F6F. Windows color (decimal): -16010220 or 1356811. OLE color: 1356811.

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

Color convert

RGB1118020-
CMYK0.9400.890.29
HSL123.2º88.48%37.45%-
HSV(B)123.2º93.89%70.59%-
XYZ16.5932.766.11-
YUV111.2376.5156.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.21%
GREEN value IS 180 (70.70% from 255) = 85.31%
BLUE value IS 20 (8.20% from 255) = 9.48%
R=5.21%
G=85.31%
B=9.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11180200.9400.890.29123.288.4837.45
HexBB4145E0591D7b5825
Octal132642413601313517313045
Binary101110110100101001011110010110011110111110111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,180,20); }

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

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

 a { background-color: rgb(11,180,20); }

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

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

 span { border-color: rgb(11,180,20); }

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