Html Css Color HEX #0B950D Islamic Green

📋 copy color: '#0B950D'

red 11 ◦ green 149 ◦ blue 13

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

Shades of Islamic Green #0B950D

Tints of Islamic Green #0B950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 86.13%

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 6.36%
G = 86.13%
B = 7.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#0B950D (or 0x0B950D) is known color: Islamic Green. HEX triplet: 0B, 95 and 0D. RGB value is (11,149,13). Sum of RGB (Red+Green+Blue) = 11+149+13=173 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.36% from 173); Green value is 149 (58.59% from 255 or 86.13% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 149 - color contains mainly: green. Hex color #0B950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B950D is #F46AF2. Grayscale: #5C5C5C. Windows color (decimal): -16018163 or 890123. OLE color: 890123.

HSL color Cylindrical-coordinate representation of color #0B950D: hue angle of 120.87º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B950D is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 149 13 -
CMYK 0.93 0 0.91 0.42
HSL 120.87º 0.86% 0.31% -
HSV(B) 120.87º 0.93% 0.58% -
XYZ 10.96 21.6 3.97 -
YUV 92.23 83.28 70.06 -
System Red Green Blue C M Y K H S L
Decimal 11 149 13 0.93 0 0.91 0.42 120.87 0.86 0.31
Hex B 95 D 5D 0 5B 2A 79 56 1F
Octal 13 225 15 135 0 133 52 171 126 37
Binary 1011 10010101 1101 1011101 0 1011011 101010 1111001 1010110 11111

Color Harmonies of #0B950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B950D

Black with #0B950D

Text Example


Text Example

White with #0B950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,149,13); }

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

background-color css

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

 a { background-color: rgb(11,149,13); }

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

border-color css

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

 span { border-color: rgb(11,149,13); }

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