#0D970E

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

Shades of Islamic Green #0D970E

Tints of Islamic Green #0D970E

Color information

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

HSL color Cylindrical-coordinate representation of color #0D970E: hue angle of 120.43º 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 #0D970E is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1315114-
CMYK0.9100.910.41
HSL120.43º84.15%32.16%-
HSV(B)120.43º91.39%59.22%-
XYZ11.3122.254.11-
YUV94.1282.7870.14-

RGB Variations

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

RGB

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

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
Decimal13151140.9100.910.41120.4384.1532.16
HexD97E5B05B29785420
Octal152271613301335117012440
Binary110110010111111010110110101101110100111110001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D970E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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