Html Css Color HEX #0B960C Islamic Green

📋 copy color: '#0B960C'

red 11 ◦ green 150 ◦ blue 12

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

Shades of Islamic Green #0B960C

Tints of Islamic Green #0B960C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.94%

R = 6.36%
G = 86.71%
B = 6.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#0B960C (or 0x0B960C) is known color: Islamic Green. HEX triplet: 0B, 96 and 0C. RGB value is (11,150,12). Sum of RGB (Red+Green+Blue) = 11+150+12=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 150 (58.98% from 255 or 86.71% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 150 - color contains mainly: green. Hex color #0B960C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B960C is #F469F3. Grayscale: #5D5D5D. Windows color (decimal): -16017908 or 824843. OLE color: 824843.

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

Color convert

RGB 11 150 12 -
CMYK 0.93 0 0.92 0.41
HSL 120.43º 0.86% 0.32% -
HSV(B) 120.43º 0.93% 0.59% -
XYZ 11.11 21.91 3.99 -
YUV 92.71 82.45 69.72 -
System Red Green Blue C M Y K H S L
Decimal 11 150 12 0.93 0 0.92 0.41 120.43 0.86 0.32
Hex B 96 C 5D 0 5C 29 78 56 20
Octal 13 226 14 135 0 134 51 170 126 40
Binary 1011 10010110 1100 1011101 0 1011100 101001 1111000 1010110 100000

Color Harmonies of #0B960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B960C

Black with #0B960C

Text Example


Text Example

White with #0B960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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