#0D9B16

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

Shades of Islamic Green #0D9B16

Tints of Islamic Green #0D9B16

Color information

#0D9B16 (or 0x0D9B16) is unknown color: approx Islamic Green. HEX triplet: 0D, 9B and 16. RGB value is (13,155,22). Sum of RGB (Red+Green+Blue) = 13+155+22=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 155 (60.94% from 255 or 81.58% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9B16 is #F264E9. Grayscale: #616161. Windows color (decimal): -15885546 or 1481485. OLE color: 1481485.

HSL color Cylindrical-coordinate representation of color #0D9B16: hue angle of 123.8º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9B16 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1315522-
CMYK0.9200.860.39
HSL123.8º84.52%32.94%-
HSV(B)123.8º91.61%60.78%-
XYZ12.0323.594.68-
YUV97.3885.4667.81-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.84%
GREEN value IS 155 (60.94% from 255) = 81.58%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=6.84%
G=81.58%
B=11.58%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13155220.9200.860.39123.884.5232.94
HexD9B165C056277c5521
Octal152332613401264717412541
Binary1101100110111011010111000101011010011111111001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,155,22); }

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

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

 a { background-color: rgb(13,155,22); }

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

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

 span { border-color: rgb(13,155,22); }

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