#01A505

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

Shades of Islamic Green #01A505

Tints of Islamic Green #01A505

Color information

#01A505 (or 0x01A505) is unknown color: approx Islamic Green. HEX triplet: 01, A5 and 05. RGB value is (1,165,5). Sum of RGB (Red+Green+Blue) = 1+165+5=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 165 (64.84% from 255 or 96.49% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 165 - color contains mainly: green. Hex color #01A505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A505 is #FE5AFA. Grayscale: #626262. Windows color (decimal): -16669435 or 369921. OLE color: 369921.

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

Color convert

RGB11655-
CMYK0.9900.970.35
HSL121.46º98.8%32.55%-
HSV(B)121.46º99.39%64.71%-
XYZ13.526.934.63-
YUV97.7275.6759.01-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 165 (64.84% from 255) = 96.49%
BLUE value IS 5 (2.34% from 255) = 2.92%
R=0.58%
G=96.49%
B=2.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116550.9900.970.35121.4698.832.55
Hex1A556306123796321
Octal1245514301414317114341
Binary11010010110111000110110000110001111110011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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