Html Css Color HEX #0B9610 Islamic Green

📋 copy color: '#0B9610'

red 11 ◦ green 150 ◦ blue 16

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

Shades of Islamic Green #0B9610

Tints of Islamic Green #0B9610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 84.75%

 BLUE value IS 16 (6.64% from 255) = 9.04%

R = 6.21%
G = 84.75%
B = 9.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#0B9610 (or 0x0B9610) is known color: Islamic Green. HEX triplet: 0B, 96 and 10. RGB value is (11,150,16). Sum of RGB (Red+Green+Blue) = 11+150+16=177 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.21% from 177); Green value is 150 (58.98% from 255 or 84.75% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9610 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9610 is #F469EF. Grayscale: #5D5D5D. Windows color (decimal): -16017904 or 1086987. OLE color: 1086987.

HSL color Cylindrical-coordinate representation of color #0B9610: hue angle of 122.16º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9610 is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 150 16 -
CMYK 0.93 0 0.89 0.41
HSL 122.16º 0.86% 0.32% -
HSV(B) 122.16º 0.93% 0.59% -
XYZ 11.14 21.92 4.13 -
YUV 93.16 84.45 69.4 -
System Red Green Blue C M Y K H S L
Decimal 11 150 16 0.93 0 0.89 0.41 122.16 0.86 0.32
Hex B 96 10 5D 0 59 29 7A 56 20
Octal 13 226 20 135 0 131 51 172 126 40
Binary 1011 10010110 10000 1011101 0 1011001 101001 1111010 1010110 100000

Color Harmonies of #0B9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B9610

Black with #0B9610

Text Example


Text Example

White with #0B9610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,150,16); }

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

background-color css

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

 a { background-color: rgb(11,150,16); }

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

border-color css

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

 span { border-color: rgb(11,150,16); }

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