#01A205

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

Shades of Islamic Green #01A205

Tints of Islamic Green #01A205

Color information

#01A205 (or 0x01A205) is unknown color: approx Islamic Green. HEX triplet: 01, A2 and 05. RGB value is (1,162,5). Sum of RGB (Red+Green+Blue) = 1+162+5=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 162 (63.67% from 255 or 96.43% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 162 - color contains mainly: green. Hex color #01A205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A205 is #FE5DFA. Grayscale: #606060. Windows color (decimal): -16670203 or 369153. OLE color: 369153.

HSL color Cylindrical-coordinate representation of color #01A205: hue angle of 121.49º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A205 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB11625-
CMYK0.9900.970.36
HSL121.49º98.77%31.96%-
HSV(B)121.49º99.38%63.53%-
XYZ12.9625.864.45-
YUV95.9676.6660.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 162 (63.67% from 255) = 96.43%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=0.60%
G=96.43%
B=2.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116250.9900.970.36121.4998.7731.96
Hex1A256306124796320
Octal1242514301414417114340
Binary11010001010111000110110000110010011110011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01A205; }

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

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

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

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

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

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

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

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