#0D940D

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

Shades of Islamic Green #0D940D

Tints of Islamic Green #0D940D

Color information

#0D940D (or 0x0D940D) is unknown color: approx Islamic Green. HEX triplet: 0D, 94 and 0D. RGB value is (13,148,13). Sum of RGB (Red+Green+Blue) = 13+148+13=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 148 (58.20% from 255 or 85.06% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 148 - color contains mainly: green. Hex color #0D940D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D940D is #F26BF2. Grayscale: #5C5C5C. Windows color (decimal): -15887347 or 889869. OLE color: 889869.

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

Color convert

RGB1314813-
CMYK0.9100.910.42
HSL120º83.85%31.57%-
HSV(B)120º91.22%58.04%-
XYZ10.8321.293.92-
YUV92.2483.2771.48-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.47%
GREEN value IS 148 (58.20% from 255) = 85.06%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=7.47%
G=85.06%
B=7.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13148130.9100.910.4212083.8531.57
HexD94D5B05B2A785420
Octal152241513301335217012440
Binary110110010100110110110110101101110101011110001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,148,13); }

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

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

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

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

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

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

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