#088D0E

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

Shades of Islamic Green #088D0E

Tints of Islamic Green #088D0E

Color information

#088D0E (or 0x088D0E) is unknown color: approx Islamic Green. HEX triplet: 08, 8D and 0E. RGB value is (8,141,14). Sum of RGB (Red+Green+Blue) = 8+141+14=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 141 (55.47% from 255 or 86.50% from 163); Blue value is 14 (5.86% from 255 or 8.59% from 163); Max value from RGB is 141 - color contains mainly: green. Hex color #088D0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #088D0E is #F772F1. Grayscale: #575757. Windows color (decimal): -16216818 or 953608. OLE color: 953608.

HSL color Cylindrical-coordinate representation of color #088D0E: hue angle of 122.71º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088D0E is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB814114-
CMYK0.9400.900.45
HSL122.71º89.26%29.22%-
HSV(B)122.71º94.33%55.29%-
XYZ9.719.133.6-
YUV86.7686.9471.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 141 (55.47% from 255) = 86.50%
BLUE value IS 14 (5.86% from 255) = 8.59%
R=4.91%
G=86.50%
B=8.59%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8141140.9400.900.45122.7189.2629.22
Hex88DE5E05A2D7b591d
Octal102151613601325517313135
Binary10001000110111101011110010110101011011111011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088D0E; }

 p { color: rgb(8,141,14); }

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

<style>
 a { background-color: #088D0E; }

 a { background-color: rgb(8,141,14); }

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

<style>
 span { border-color: #088D0E; }

 span { border-color: rgb(8,141,14); }

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