Html Css Color HEX #0D9112 Islamic Green

📋 copy color: '#0D9112'

red 13 ◦ green 145 ◦ blue 18

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

Shades of Islamic Green #0D9112

Tints of Islamic Green #0D9112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 82.39%

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 7.39%
G = 82.39%
B = 10.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#0D9112 (or 0x0D9112) is known color: Islamic Green. HEX triplet: 0D, 91 and 12. RGB value is (13,145,18). Sum of RGB (Red+Green+Blue) = 13+145+18=176 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.39% from 176); Green value is 145 (57.03% from 255 or 82.39% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9112 is #F26EED. Grayscale: #5B5B5B. Windows color (decimal): -15888110 or 1216781. OLE color: 1216781.

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

Color convert

RGB 13 145 18 -
CMYK 0.91 0 0.88 0.43
HSL 122.27º 0.84% 0.31% -
HSV(B) 122.27º 0.91% 0.57% -
XYZ 10.4 20.38 3.96 -
YUV 91.05 86.77 72.33 -
System Red Green Blue C M Y K H S L
Decimal 13 145 18 0.91 0 0.88 0.43 122.27 0.84 0.31
Hex D 91 12 5B 0 58 2B 7A 54 1F
Octal 15 221 22 133 0 130 53 172 124 37
Binary 1101 10010001 10010 1011011 0 1011000 101011 1111010 1010100 11111

Color Harmonies of #0D9112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9112

Black with #0D9112

Text Example


Text Example

White with #0D9112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,145,18); }

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

background-color css

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

 a { background-color: rgb(13,145,18); }

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

border-color css

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

 span { border-color: rgb(13,145,18); }

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