#019114

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

Shades of Islamic Green #019114

Tints of Islamic Green #019114

Color information

#019114 (or 0x019114) is unknown color: approx Islamic Green. HEX triplet: 01, 91 and 14. RGB value is (1,145,20). Sum of RGB (Red+Green+Blue) = 1+145+20=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 145 (57.03% from 255 or 87.35% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 145 - color contains mainly: green. Hex color #019114 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019114 is #FE6EEB. Grayscale: #585858. Windows color (decimal): -16674540 or 1347841. OLE color: 1347841.

HSL color Cylindrical-coordinate representation of color #019114: hue angle of 127.92º 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 #019114 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB114520-
CMYK0.9900.860.43
HSL127.92º98.63%28.63%-
HSV(B)127.92º99.31%56.86%-
XYZ10.2620.314.04-
YUV87.6989.7966.16-

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) = 87.35%
BLUE value IS 20 (8.20% from 255) = 12.05%
R=0.60%
G=87.35%
B=12.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1145200.9900.860.43127.9298.6328.63
Hex19114630562B80631d
Octal12212414301265320014335
Binary1100100011010011000110101011010101110000000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019114; }

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

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

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

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

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

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

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

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