#05A006

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

Shades of Islamic Green #05A006

Tints of Islamic Green #05A006

Color information

#05A006 (or 0x05A006) is unknown color: approx Islamic Green. HEX triplet: 05, A0 and 06. RGB value is (5,160,6). Sum of RGB (Red+Green+Blue) = 5+160+6=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 160 (62.89% from 255 or 93.57% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 160 - color contains mainly: green. Hex color #05A006 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A006 is #FA5FF9. Grayscale: #606060. Windows color (decimal): -16408570 or 434181. OLE color: 434181.

HSL color Cylindrical-coordinate representation of color #05A006: hue angle of 120.39º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A006 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB51606-
CMYK0.9700.960.37
HSL120.39º93.94%32.35%-
HSV(B)120.39º96.88%62.75%-
XYZ12.6725.194.37-
YUV96.177.1563.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.92%
GREEN value IS 160 (62.89% from 255) = 93.57%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=2.92%
G=93.57%
B=3.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal516060.9700.960.37120.3993.9432.35
Hex5A066106025785e20
Octal5240614101404517013640
Binary1011010000011011000010110000010010111110001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,160,6); }

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

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

 a { background-color: rgb(5,160,6); }

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

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

 span { border-color: rgb(5,160,6); }

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