#108E01

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

Shades of Islamic Green #108E01

Tints of Islamic Green #108E01

Color information

#108E01 (or 0x108E01) is unknown color: approx Islamic Green. HEX triplet: 10, 8E and 01. RGB value is (16,142,1). Sum of RGB (Red+Green+Blue) = 16+142+1=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 142 (55.86% from 255 or 89.31% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 142 - color contains mainly: green. Hex color #108E01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #108E01 is #EF71FE. Grayscale: #585858. Windows color (decimal): -15692287 or 101904. OLE color: 101904.

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

Color convert

RGB161421-
CMYK0.8900.990.44
HSL113.62º98.6%28.04%-
HSV(B)113.62º99.3%55.69%-
XYZ9.8919.463.26-
YUV88.2578.7676.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 142 (55.86% from 255) = 89.31%
BLUE value IS 1 (0.78% from 255) = 0.63%
R=10.06%
G=89.31%
B=0.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1614210.8900.990.44113.6298.628.04
Hex108E1590632C72631c
Octal20216113101435416214334
Binary100001000111011011001011000111011001110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108E01; }

 p { color: rgb(16,142,1); }

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

<style>
 a { background-color: #108E01; }

 a { background-color: rgb(16,142,1); }

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

<style>
 span { border-color: #108E01; }

 span { border-color: rgb(16,142,1); }

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