#018F1A

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

Shades of Islamic Green #018F1A

Tints of Islamic Green #018F1A

Color information

#018F1A (or 0x018F1A) is unknown color: approx Islamic Green. HEX triplet: 01, 8F and 1A. RGB value is (1,143,26). Sum of RGB (Red+Green+Blue) = 1+143+26=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 143 (56.25% from 255 or 84.12% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 143 - color contains mainly: green. Hex color #018F1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018F1A is #FE70E5. Grayscale: #575757. Windows color (decimal): -16675046 or 1740545. OLE color: 1740545.

HSL color Cylindrical-coordinate representation of color #018F1A: hue angle of 130.56º 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 #018F1A is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB114326-
CMYK0.9900.820.44
HSL130.56º98.61%28.24%-
HSV(B)130.56º99.3%56.08%-
XYZ10.0219.734.26-
YUV87.293.4666.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.59%
GREEN value IS 143 (56.25% from 255) = 84.12%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=0.59%
G=84.12%
B=15.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1143260.9900.820.44130.5698.6128.24
Hex18F1A630522C83631c
Octal12173214301225420314334
Binary1100011111101011000110101001010110010000011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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