#018F0E

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

Shades of Islamic Green #018F0E

Tints of Islamic Green #018F0E

Color information

#018F0E (or 0x018F0E) is unknown color: approx Islamic Green. HEX triplet: 01, 8F and 0E. RGB value is (1,143,14). Sum of RGB (Red+Green+Blue) = 1+143+14=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 143 (56.25% from 255 or 90.51% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 143 - color contains mainly: green. Hex color #018F0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018F0E is #FE70F1. Grayscale: #565656. Windows color (decimal): -16675058 or 954113. OLE color: 954113.

HSL color Cylindrical-coordinate representation of color #018F0E: hue angle of 125.49º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F0E is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB114314-
CMYK0.9900.900.44
HSL125.49º98.61%28.24%-
HSV(B)125.49º99.3%56.08%-
XYZ9.9119.683.69-
YUV85.8487.4667.49-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.63%
GREEN value IS 143 (56.25% from 255) = 90.51%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=0.63%
G=90.51%
B=8.86%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1143140.9900.900.44125.4998.6128.24
Hex18FE6305A2C7d631c
Octal12171614301325417514334
Binary11000111111101100011010110101011001111101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018F0E; }

 p { color: rgb(1,143,14); }

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

<style>
 a { background-color: #018F0E; }

 a { background-color: rgb(1,143,14); }

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

<style>
 span { border-color: #018F0E; }

 span { border-color: rgb(1,143,14); }

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