#0E970D

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

Shades of Islamic Green #0E970D

Tints of Islamic Green #0E970D

Color information

#0E970D (or 0x0E970D) is unknown color: approx Islamic Green. HEX triplet: 0E, 97 and 0D. RGB value is (14,151,13). Sum of RGB (Red+Green+Blue) = 14+151+13=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 151 (59.38% from 255 or 84.83% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 151 - color contains mainly: green. Hex color #0E970D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E970D is #F168F2. Grayscale: #5E5E5E. Windows color (decimal): -15821043 or 890638. OLE color: 890638.

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

Color convert

RGB1415113-
CMYK0.9100.910.41
HSL119.57º84.15%32.16%-
HSV(B)119.57º91.39%59.22%-
XYZ11.3222.264.08-
YUV94.382.1170.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.87%
GREEN value IS 151 (59.38% from 255) = 84.83%
BLUE value IS 13 (5.47% from 255) = 7.30%
R=7.87%
G=84.83%
B=7.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14151130.9100.910.41119.5784.1532.16
HexE97D5B05B29785420
Octal162271513301335117012440
Binary111010010111110110110110101101110100111110001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,151,13); }

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

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

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

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

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

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

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