Html Css Color HEX #0D960B Islamic Green

📋 copy color: '#0D960B'

red 13 ◦ green 150 ◦ blue 11

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

Shades of Islamic Green #0D960B

Tints of Islamic Green #0D960B

RGB

 RED value IS 13 (5.47% from 255) = 7.47%

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

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 7.47%
G = 86.21%
B = 6.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#0D960B (or 0x0D960B) is known color: Islamic Green. HEX triplet: 0D, 96 and 0B. RGB value is (13,150,11). Sum of RGB (Red+Green+Blue) = 13+150+11=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 150 (58.98% from 255 or 86.21% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 150 - color contains mainly: green. Hex color #0D960B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D960B is #F269F4. Grayscale: #5D5D5D. Windows color (decimal): -15886837 or 759309. OLE color: 759309.

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

Color convert

RGB 13 150 11 -
CMYK 0.91 0 0.93 0.41
HSL 119.14º 0.86% 0.32% -
HSV(B) 119.14º 0.93% 0.59% -
XYZ 11.13 21.92 3.96 -
YUV 93.19 81.61 70.8 -
System Red Green Blue C M Y K H S L
Decimal 13 150 11 0.91 0 0.93 0.41 119.14 0.86 0.32
Hex D 96 B 5B 0 5D 29 77 56 20
Octal 15 226 13 133 0 135 51 167 126 40
Binary 1101 10010110 1011 1011011 0 1011101 101001 1110111 1010110 100000

Color Harmonies of #0D960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D960B

Black with #0D960B

Text Example


Text Example

White with #0D960B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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