#0D9209

Color #0D9209 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #0D9209

Tints of Islamic Green #0D9209

Color information

#0D9209 (or 0x0D9209) is unknown color: approx Islamic Green. HEX triplet: 0D, 92 and 09. RGB value is (13,146,9). Sum of RGB (Red+Green+Blue) = 13+146+9=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 146 (57.42% from 255 or 86.90% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9209 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9209 is #F26DF6. Grayscale: #5B5B5B. Windows color (decimal): -15887863 or 627213. OLE color: 627213.

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

Color convert

RGB131469-
CMYK0.9100.940.43
HSL118.25º88.39%30.39%-
HSV(B)118.25º93.84%57.25%-
XYZ10.4920.663.69-
YUV90.6281.9472.64-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.74%
GREEN value IS 146 (57.42% from 255) = 86.90%
BLUE value IS 9 (3.91% from 255) = 5.36%
R=7.74%
G=86.90%
B=5.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1314690.9100.940.43118.2588.3930.39
HexD9295B05E2B76581e
Octal152221113301365316613036
Binary11011001001010011011011010111101010111110110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,146,9); }

 H1.HeaderClassName
 {
   color: #0D9209;
 }
 .AnyTagClassName
 {
   color: #0D9209;
 }
</style>
background-color css

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

 a { background-color: rgb(13,146,9); }

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

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

 span { border-color: rgb(13,146,9); }

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