Html Css Color HEX #0B9F12 Islamic Green

📋 copy color: '#0B9F12'

red 11 ◦ green 159 ◦ blue 18

#0B9F12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0B9F12

Tints of Islamic Green #0B9F12

RGB

 RED value IS 11 (4.69% from 255) = 5.85%

 GREEN value IS 159 (62.5% from 255) = 84.57%

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 5.85%
G = 84.57%
B = 9.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#0B9F12 (or 0x0B9F12) is known color: Islamic Green. HEX triplet: 0B, 9F and 12. RGB value is (11,159,18). Sum of RGB (Red+Green+Blue) = 11+159+18=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 159 (62.5% from 255 or 84.57% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9F12 is #F460ED. Grayscale: #636363. Windows color (decimal): -16015598 or 1220363. OLE color: 1220363.

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

Color convert

RGB 11 159 18 -
CMYK 0.93 0 0.89 0.38
HSL 122.84º 0.87% 0.33% -
HSV(B) 122.84º 0.93% 0.62% -
XYZ 12.65 24.91 4.71 -
YUV 98.67 82.47 65.46 -
System Red Green Blue C M Y K H S L
Decimal 11 159 18 0.93 0 0.89 0.38 122.84 0.87 0.33
Hex B 9F 12 5D 0 59 26 7B 57 21
Octal 13 237 22 135 0 131 46 173 127 41
Binary 1011 10011111 10010 1011101 0 1011001 100110 1111011 1010111 100001

Color Harmonies of #0B9F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9F12

Black with #0B9F12

Text Example


Text Example

White with #0B9F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B9F12;
 }
 .AnyTagClassName
 {
   color: #0B9F12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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