#00940D

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

Shades of Islamic Green #00940D

Tints of Islamic Green #00940D

Color information

#00940D (or 0x00940D) is unknown color: approx Islamic Green. HEX triplet: 00, 94 and 0D. RGB value is (0,148,13). Sum of RGB (Red+Green+Blue) = 0+148+13=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 148 (58.20% from 255 or 91.93% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 148 - color contains mainly: green. Hex color #00940D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00940D is #FF6BF2. Grayscale: #585858. Windows color (decimal): -16739315 or 889856. OLE color: 889856.

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

Color convert

RGB014813-
CMYK100.910.42
HSL125.27º100%29.02%-
HSV(B)125.27º100%58.04%-
XYZ10.6621.213.91-
YUV88.3685.4764.98-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 148 (58.20% from 255) = 91.93%
BLUE value IS 13 (5.47% from 255) = 8.07%
R=0%
G=91.93%
B=8.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014813100.910.42125.2710029.02
Hex094D6405B2A7d641d
Octal02241514401335217514435
Binary01001010011011100100010110111010101111101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00940D; }

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

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

<style>
 a { background-color: #00940D; }

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

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

<style>
 span { border-color: #00940D; }

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

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