#008D16

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

Shades of Islamic Green #008D16

Tints of Islamic Green #008D16

Color information

#008D16 (or 0x008D16) is unknown color: approx Islamic Green. HEX triplet: 00, 8D and 16. RGB value is (0,141,22). Sum of RGB (Red+Green+Blue) = 0+141+22=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 141 (55.47% from 255 or 86.50% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 141 - color contains mainly: green. Hex color #008D16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008D16 is #FF72E9. Grayscale: #555555. Windows color (decimal): -16741098 or 1477888. OLE color: 1477888.

HSL color Cylindrical-coordinate representation of color #008D16: hue angle of 129.36º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008D16 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB014122-
CMYK100.840.45
HSL129.36º100%27.65%-
HSV(B)129.36º100%55.29%-
XYZ9.6719.113.94-
YUV85.2892.2967.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 86.50%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=0%
G=86.50%
B=13.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal014122100.840.45129.3610027.65
Hex08D16640542D81641c
Octal02152614401245520114434
Binary0100011011011011001000101010010110110000001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008D16; }

 p { color: rgb(0,141,22); }

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

<style>
 a { background-color: #008D16; }

 a { background-color: rgb(0,141,22); }

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

<style>
 span { border-color: #008D16; }

 span { border-color: rgb(0,141,22); }

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