#05A416

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

Shades of Islamic Green #05A416

Tints of Islamic Green #05A416

Color information

#05A416 (or 0x05A416) is unknown color: approx Islamic Green. HEX triplet: 05, A4 and 16. RGB value is (5,164,22). Sum of RGB (Red+Green+Blue) = 5+164+22=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 164 (64.45% from 255 or 85.86% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 164 - color contains mainly: green. Hex color #05A416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A416 is #FA5BE9. Grayscale: #646464. Windows color (decimal): -16407530 or 1483781. OLE color: 1483781.

HSL color Cylindrical-coordinate representation of color #05A416: hue angle of 126.42º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A416 is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB516422-
CMYK0.9700.870.36
HSL126.42º94.08%33.14%-
HSV(B)126.42º96.95%64.31%-
XYZ13.4826.645.19-
YUV100.2783.8260.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 164 (64.45% from 255) = 85.86%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=2.62%
G=85.86%
B=11.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5164220.9700.870.36126.4294.0833.14
Hex5A41661057247e5e21
Octal52442614101274417613641
Binary101101001001011011000010101011110010011111101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,164,22); }

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

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

 a { background-color: rgb(5,164,22); }

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

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

 span { border-color: rgb(5,164,22); }

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