#0D9B00

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

Shades of Islamic Green #0D9B00

Tints of Islamic Green #0D9B00

Color information

#0D9B00 (or 0x0D9B00) is unknown color: approx Islamic Green. HEX triplet: 0D, 9B and 00. RGB value is (13,155,0). Sum of RGB (Red+Green+Blue) = 13+155+0=168 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.74% from 168); Green value is 155 (60.94% from 255 or 92.26% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9B00 is #F264FF. Grayscale: #5F5F5F. Windows color (decimal): -15885568 or 39693. OLE color: 39693.

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

Color convert

RGB131550-
CMYK0.92010.39
HSL114.97º100%30.39%-
HSV(B)114.97º100%60.78%-
XYZ11.8923.533.91-
YUV94.8774.4669.6-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.74%
GREEN value IS 155 (60.94% from 255) = 92.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=7.74%
G=92.26%
B=0%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1315500.92010.39114.9710030.39
HexD9B05C0642773641e
Octal15233013401444716314436
Binary11011001101101011100011001001001111110011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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