#05A417

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

Shades of Islamic Green #05A417

Tints of Islamic Green #05A417

Color information

#05A417 (or 0x05A417) is unknown color: approx Islamic Green. HEX triplet: 05, A4 and 17. RGB value is (5,164,23). Sum of RGB (Red+Green+Blue) = 5+164+23=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 164 (64.45% from 255 or 85.42% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 164 - color contains mainly: green. Hex color #05A417 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A417 is #FA5BE8. Grayscale: #646464. Windows color (decimal): -16407529 or 1549317. OLE color: 1549317.

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

Color convert

RGB516423-
CMYK0.9700.860.36
HSL126.79º94.08%33.14%-
HSV(B)126.79º96.95%64.31%-
XYZ13.4926.655.24-
YUV100.3884.3259.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.60%
GREEN value IS 164 (64.45% from 255) = 85.42%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=2.60%
G=85.42%
B=11.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5164230.9700.860.36126.7994.0833.14
Hex5A41761056247f5e21
Octal52442714101264417713641
Binary101101001001011111000010101011010010011111111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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