#019116

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

Shades of Islamic Green #019116

Tints of Islamic Green #019116

Color information

#019116 (or 0x019116) is unknown color: approx Islamic Green. HEX triplet: 01, 91 and 16. RGB value is (1,145,22). Sum of RGB (Red+Green+Blue) = 1+145+22=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 145 (57.03% from 255 or 86.31% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 145 - color contains mainly: green. Hex color #019116 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019116 is #FE6EE9. Grayscale: #585858. Windows color (decimal): -16674538 or 1478913. OLE color: 1478913.

HSL color Cylindrical-coordinate representation of color #019116: hue angle of 128.75º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019116 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB114522-
CMYK0.9900.850.43
HSL128.75º98.63%28.63%-
HSV(B)128.75º99.31%56.86%-
XYZ10.2820.324.14-
YUV87.9290.7966-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 145 (57.03% from 255) = 86.31%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=0.60%
G=86.31%
B=13.10%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1145220.9900.850.43128.7598.6328.63
Hex19116630552B81631d
Octal12212614301255320114335
Binary1100100011011011000110101010110101110000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019116; }

 p { color: rgb(1,145,22); }

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

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

 a { background-color: rgb(1,145,22); }

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

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

 span { border-color: rgb(1,145,22); }

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