Html Css Color HEX #0D950B Islamic Green

📋 copy color: '#0D950B'

red 13 ◦ green 149 ◦ blue 11

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

Shades of Islamic Green #0D950B

Tints of Islamic Green #0D950B

RGB

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

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

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

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

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

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

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

Color convert

RGB 13 149 11 -
CMYK 0.91 0 0.93 0.42
HSL 119.13º 0.86% 0.31% -
HSV(B) 119.13º 0.93% 0.58% -
XYZ 10.97 21.6 3.91 -
YUV 92.6 81.94 71.22 -
System Red Green Blue C M Y K H S L
Decimal 13 149 11 0.91 0 0.93 0.42 119.13 0.86 0.31
Hex D 95 B 5B 0 5D 2A 77 56 1F
Octal 15 225 13 133 0 135 52 167 126 37
Binary 1101 10010101 1011 1011011 0 1011101 101010 1110111 1010110 11111

Color Harmonies of #0D950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D950B

Black with #0D950B

Text Example


Text Example

White with #0D950B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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