#0B9E18

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

Shades of Islamic Green #0B9E18

Tints of Islamic Green #0B9E18

Color information

#0B9E18 (or 0x0B9E18) is unknown color: approx Islamic Green. HEX triplet: 0B, 9E and 18. RGB value is (11,158,24). Sum of RGB (Red+Green+Blue) = 11+158+24=193 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.70% from 193); Green value is 158 (62.11% from 255 or 81.87% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9E18 is #F461E7. Grayscale: #636363. Windows color (decimal): -16015848 or 1613323. OLE color: 1613323.

HSL color Cylindrical-coordinate representation of color #0B9E18: hue angle of 125.31º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9E18 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB1115824-
CMYK0.9300.850.38
HSL125.31º86.98%33.14%-
HSV(B)125.31º93.04%61.96%-
XYZ12.5324.594.95-
YUV98.7785.865.4-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.70%
GREEN value IS 158 (62.11% from 255) = 81.87%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=5.70%
G=81.87%
B=12.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11158240.9300.850.38125.3186.9833.14
HexB9E185D055267d5721
Octal132363013501254617512741
Binary1011100111101100010111010101010110011011111011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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