#05A501

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

Shades of Islamic Green #05A501

Tints of Islamic Green #05A501

Color information

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

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

Color convert

RGB51651-
CMYK0.9700.990.35
HSL118.54º98.8%32.55%-
HSV(B)118.54º99.39%64.71%-
XYZ13.5226.944.52-
YUV98.4672.9961.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal516510.9700.990.35118.5498.832.55
Hex5A516106323776321
Octal5245114101434316714341
Binary10110100101111000010110001110001111101111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A501; }

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

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

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

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

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

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

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

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