#019A18

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

Shades of Islamic Green #019A18

Tints of Islamic Green #019A18

Color information

#019A18 (or 0x019A18) is unknown color: approx Islamic Green. HEX triplet: 01, 9A and 18. RGB value is (1,154,24). Sum of RGB (Red+Green+Blue) = 1+154+24=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 154 (60.55% from 255 or 86.03% from 179); Blue value is 24 (9.77% from 255 or 13.41% from 179); Max value from RGB is 154 - color contains mainly: green. Hex color #019A18 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019A18 is #FE65E7. Grayscale: #5D5D5D. Windows color (decimal): -16672232 or 1612289. OLE color: 1612289.

HSL color Cylindrical-coordinate representation of color #019A18: hue angle of 129.02º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019A18 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB115424-
CMYK0.9900.840.40
HSL129.02º98.71%30.39%-
HSV(B)129.02º99.35%60.39%-
XYZ11.7323.184.72-
YUV93.4388.8162.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 154 (60.55% from 255) = 86.03%
BLUE value IS 24 (9.77% from 255) = 13.41%
R=0.56%
G=86.03%
B=13.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1154240.9900.840.40129.0298.7130.39
Hex19A18630542881631e
Octal12323014301245020114336
Binary1100110101100011000110101010010100010000001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019A18; }

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

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

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

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

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

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

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

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