#008D04

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

Shades of Islamic Green #008D04

Tints of Islamic Green #008D04

Color information

#008D04 (or 0x008D04) is unknown color: approx Islamic Green. HEX triplet: 00, 8D and 04. RGB value is (0,141,4). Sum of RGB (Red+Green+Blue) = 0+141+4=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 141 (55.47% from 255 or 97.24% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 141 - color contains mainly: green. Hex color #008D04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008D04 is #FF72FB. Grayscale: #535353. Windows color (decimal): -16741116 or 298240. OLE color: 298240.

HSL color Cylindrical-coordinate representation of color #008D04: hue angle of 121.7º 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 #008D04 is Cyan = 1, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB01414-
CMYK100.970.45
HSL121.7º100%27.65%-
HSV(B)121.7º100%55.29%-
XYZ9.5519.063.29-
YUV83.2283.2968.64-

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) = 97.24%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=0%
G=97.24%
B=2.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal01414100.970.45121.710027.65
Hex08D4640612D7a641c
Octal0215414401415517214434
Binary0100011011001100100011000011011011111010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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