#019205

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

Shades of Islamic Green #019205

Tints of Islamic Green #019205

Color information

#019205 (or 0x019205) is unknown color: approx Islamic Green. HEX triplet: 01, 92 and 05. RGB value is (1,146,5). Sum of RGB (Red+Green+Blue) = 1+146+5=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 146 (57.42% from 255 or 96.05% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 146 - color contains mainly: green. Hex color #019205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019205 is #FE6DFA. Grayscale: #565656. Windows color (decimal): -16674299 or 365057. OLE color: 365057.

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

Color convert

RGB11465-
CMYK0.9900.970.43
HSL121.66º98.64%28.82%-
HSV(B)121.66º99.32%57.25%-
XYZ10.3220.583.57-
YUV86.5781.9666.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 146 (57.42% from 255) = 96.05%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=0.66%
G=96.05%
B=3.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114650.9900.970.43121.6698.6428.82
Hex1925630612B7a631d
Octal1222514301415317214335
Binary1100100101011100011011000011010111111010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019205; }

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

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

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

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

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

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

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

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