#019A05

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

Shades of Islamic Green #019A05

Tints of Islamic Green #019A05

Color information

#019A05 (or 0x019A05) is unknown color: approx Islamic Green. HEX triplet: 01, 9A and 05. RGB value is (1,154,5). Sum of RGB (Red+Green+Blue) = 1+154+5=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 154 (60.55% from 255 or 96.25% from 160); Blue value is 5 (2.34% from 255 or 3.12% from 160); Max value from RGB is 154 - color contains mainly: green. Hex color #019A05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019A05 is #FE65FA. Grayscale: #5B5B5B. Windows color (decimal): -16672251 or 367105. OLE color: 367105.

HSL color Cylindrical-coordinate representation of color #019A05: hue angle of 121.57º 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 #019A05 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB11545-
CMYK0.9900.970.40
HSL121.57º98.71%30.39%-
HSV(B)121.57º99.35%60.39%-
XYZ11.623.134-
YUV91.2779.3163.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 154 (60.55% from 255) = 96.25%
BLUE value IS 5 (2.34% from 255) = 3.12%
R=0.62%
G=96.25%
B=3.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115450.9900.970.40121.5798.7130.39
Hex19A563061287a631e
Octal1232514301415017214336
Binary1100110101011100011011000011010001111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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