#05A917

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

Shades of Islamic Green #05A917

Tints of Islamic Green #05A917

Color information

#05A917 (or 0x05A917) is unknown color: approx Islamic Green. HEX triplet: 05, A9 and 17. RGB value is (5,169,23). Sum of RGB (Red+Green+Blue) = 5+169+23=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 169 (66.41% from 255 or 85.79% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 169 - color contains mainly: green. Hex color #05A917 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A917 is #FA56E8. Grayscale: #676767. Windows color (decimal): -16406249 or 1550597. OLE color: 1550597.

HSL color Cylindrical-coordinate representation of color #05A917: hue angle of 126.59º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A917 is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB516923-
CMYK0.9700.860.34
HSL126.59º94.25%34.12%-
HSV(B)126.59º97.04%66.27%-
XYZ14.4128.475.55-
YUV103.3282.6757.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 169 (66.41% from 255) = 85.79%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=2.54%
G=85.79%
B=11.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5169230.9700.860.34126.5994.2534.12
Hex5A91761056227f5e22
Octal52512714101264217713642
Binary101101010011011111000010101011010001011111111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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