Html Css Color HEX #0D9310 Islamic Green

📋 copy color: '#0D9310'

red 13 ◦ green 147 ◦ blue 16

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

Shades of Islamic Green #0D9310

Tints of Islamic Green #0D9310

RGB

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

 GREEN value IS 147 (57.81% from 255) = 83.52%

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 7.39%
G = 83.52%
B = 9.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#0D9310 (or 0x0D9310) is known color: Islamic Green. HEX triplet: 0D, 93 and 10. RGB value is (13,147,16). Sum of RGB (Red+Green+Blue) = 13+147+16=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 147 (57.81% from 255 or 83.52% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9310 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9310 is #F26CEF. Grayscale: #5C5C5C. Windows color (decimal): -15887600 or 1086221. OLE color: 1086221.

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

Color convert

RGB 13 147 16 -
CMYK 0.91 0 0.89 0.42
HSL 121.34º 0.84% 0.31% -
HSV(B) 121.34º 0.91% 0.58% -
XYZ 10.69 20.99 3.98 -
YUV 92 85.11 71.65 -
System Red Green Blue C M Y K H S L
Decimal 13 147 16 0.91 0 0.89 0.42 121.34 0.84 0.31
Hex D 93 10 5B 0 59 2A 79 54 1F
Octal 15 223 20 133 0 131 52 171 124 37
Binary 1101 10010011 10000 1011011 0 1011001 101010 1111001 1010100 11111

Color Harmonies of #0D9310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9310

Black with #0D9310

Text Example


Text Example

White with #0D9310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,147,16); }

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

background-color css

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

 a { background-color: rgb(13,147,16); }

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

border-color css

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

 span { border-color: rgb(13,147,16); }

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