Html Css Color HEX #0B900D Islamic Green

📋 copy color: '#0B900D'

red 11 ◦ green 144 ◦ blue 13

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

Shades of Islamic Green #0B900D

Tints of Islamic Green #0B900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 85.71%

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

R = 6.55%
G = 85.71%
B = 7.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#0B900D (or 0x0B900D) is known color: Islamic Green. HEX triplet: 0B, 90 and 0D. RGB value is (11,144,13). Sum of RGB (Red+Green+Blue) = 11+144+13=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 144 (56.64% from 255 or 85.71% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 144 - color contains mainly: green. Hex color #0B900D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B900D is #F46FF2. Grayscale: #595959. Windows color (decimal): -16019443 or 888843. OLE color: 888843.

HSL color Cylindrical-coordinate representation of color #0B900D: hue angle of 120.9º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B900D is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 11 144 13 -
CMYK 0.92 0 0.91 0.44
HSL 120.9º 0.86% 0.3% -
HSV(B) 120.9º 0.92% 0.56% -
XYZ 10.18 20.05 3.71 -
YUV 89.3 84.94 72.15 -
System Red Green Blue C M Y K H S L
Decimal 11 144 13 0.92 0 0.91 0.44 120.9 0.86 0.3
Hex B 90 D 5C 0 5B 2C 79 56 1E
Octal 13 220 15 134 0 133 54 171 126 36
Binary 1011 10010000 1101 1011100 0 1011011 101100 1111001 1010110 11110

Color Harmonies of #0B900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B900D

Black with #0B900D

Text Example


Text Example

White with #0B900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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