#01A506

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

Shades of Islamic Green #01A506

Tints of Islamic Green #01A506

Color information

#01A506 (or 0x01A506) is unknown color: approx Islamic Green. HEX triplet: 01, A5 and 06. RGB value is (1,165,6). Sum of RGB (Red+Green+Blue) = 1+165+6=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 165 (64.84% from 255 or 95.93% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 165 - color contains mainly: green. Hex color #01A506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A506 is #FE5AF9. Grayscale: #626262. Windows color (decimal): -16669434 or 435457. OLE color: 435457.

HSL color Cylindrical-coordinate representation of color #01A506: hue angle of 121.83º 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 #01A506 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB11656-
CMYK0.9900.960.35
HSL121.83º98.8%32.55%-
HSV(B)121.83º99.39%64.71%-
XYZ13.526.934.66-
YUV97.8476.1758.93-

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) = 95.93%
BLUE value IS 6 (2.73% from 255) = 3.49%
R=0.58%
G=95.93%
B=3.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116560.9900.960.35121.8398.832.55
Hex1A5663060237a6321
Octal1245614301404317214341
Binary11010010111011000110110000010001111110101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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