#0BAD18

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

Shades of Islamic Green #0BAD18

Tints of Islamic Green #0BAD18

Color information

#0BAD18 (or 0x0BAD18) is unknown color: approx Islamic Green. HEX triplet: 0B, AD and 18. RGB value is (11,173,24). Sum of RGB (Red+Green+Blue) = 11+173+24=208 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.29% from 208); Green value is 173 (67.97% from 255 or 83.17% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAD18 is #F452E7. Grayscale: #6C6C6C. Windows color (decimal): -16012008 or 1617163. OLE color: 1617163.

HSL color Cylindrical-coordinate representation of color #0BAD18: hue angle of 124.81º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD18 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB1117324-
CMYK0.9400.860.32
HSL124.81º88.04%36.08%-
HSV(B)124.81º93.64%67.84%-
XYZ15.2530.025.86-
YUV107.5880.8359.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.29%
GREEN value IS 173 (67.97% from 255) = 83.17%
BLUE value IS 24 (9.77% from 255) = 11.54%
R=5.29%
G=83.17%
B=11.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11173240.9400.860.32124.8188.0436.08
HexBAD185E056207d5824
Octal132553013601264017513044
Binary1011101011011100010111100101011010000011111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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