#08940D

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

Shades of Islamic Green #08940D

Tints of Islamic Green #08940D

Color information

#08940D (or 0x08940D) is unknown color: approx Islamic Green. HEX triplet: 08, 94 and 0D. RGB value is (8,148,13). Sum of RGB (Red+Green+Blue) = 8+148+13=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 148 (58.20% from 255 or 87.57% from 169); Blue value is 13 (5.47% from 255 or 7.69% from 169); Max value from RGB is 148 - color contains mainly: green. Hex color #08940D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08940D is #F76BF2. Grayscale: #5B5B5B. Windows color (decimal): -16215027 or 889864. OLE color: 889864.

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

Color convert

RGB814813-
CMYK0.9500.910.42
HSL122.14º89.74%30.59%-
HSV(B)122.14º94.59%58.04%-
XYZ10.7621.263.92-
YUV90.7584.1268.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 148 (58.20% from 255) = 87.57%
BLUE value IS 13 (5.47% from 255) = 7.69%
R=4.73%
G=87.57%
B=7.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8148130.9500.910.42122.1489.7430.59
Hex894D5F05B2A7a5a1f
Octal102241513701335217213237
Binary10001001010011011011111010110111010101111010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08940D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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