#019518

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

Shades of Islamic Green #019518

Tints of Islamic Green #019518

Color information

#019518 (or 0x019518) is unknown color: approx Islamic Green. HEX triplet: 01, 95 and 18. RGB value is (1,149,24). Sum of RGB (Red+Green+Blue) = 1+149+24=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 149 (58.59% from 255 or 85.63% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 149 - color contains mainly: green. Hex color #019518 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019518 is #FE6AE7. Grayscale: #5A5A5A. Windows color (decimal): -16673512 or 1611009. OLE color: 1611009.

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

Color convert

RGB114924-
CMYK0.9900.840.42
HSL129.32º98.67%29.41%-
HSV(B)129.32º99.33%58.43%-
XYZ10.9221.574.45-
YUV90.590.4764.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 149 (58.59% from 255) = 85.63%
BLUE value IS 24 (9.77% from 255) = 13.79%
R=0.57%
G=85.63%
B=13.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1149240.9900.840.42129.3298.6729.41
Hex19518630542A81631d
Octal12253014301245220114335
Binary1100101011100011000110101010010101010000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019518; }

 p { color: rgb(1,149,24); }

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

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

 a { background-color: rgb(1,149,24); }

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

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

 span { border-color: rgb(1,149,24); }

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