#0B9E12

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

Shades of Islamic Green #0B9E12

Tints of Islamic Green #0B9E12

Color information

#0B9E12 (or 0x0B9E12) is unknown color: approx Islamic Green. HEX triplet: 0B, 9E and 12. RGB value is (11,158,18). Sum of RGB (Red+Green+Blue) = 11+158+18=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 158 (62.11% from 255 or 84.49% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 158 - color contains mainly: green. Hex color #0B9E12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9E12 is #F461ED. Grayscale: #626262. Windows color (decimal): -16015854 or 1220107. OLE color: 1220107.

HSL color Cylindrical-coordinate representation of color #0B9E12: hue angle of 122.86º 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 #0B9E12 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1115818-
CMYK0.9300.890.38
HSL122.86º86.98%33.14%-
HSV(B)122.86º93.04%61.96%-
XYZ12.4724.574.66-
YUV98.0982.865.88-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 158 (62.11% from 255) = 84.49%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=5.88%
G=84.49%
B=9.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11158180.9300.890.38122.8686.9833.14
HexB9E125D059267b5721
Octal132362213501314617312741
Binary1011100111101001010111010101100110011011110111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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