#05A919

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

Shades of Islamic Green #05A919

Tints of Islamic Green #05A919

Color information

#05A919 (or 0x05A919) is unknown color: approx Islamic Green. HEX triplet: 05, A9 and 19. RGB value is (5,169,25). Sum of RGB (Red+Green+Blue) = 5+169+25=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 169 (66.41% from 255 or 84.92% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 169 - color contains mainly: green. Hex color #05A919 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05A919 is #FA56E6. Grayscale: #676767. Windows color (decimal): -16406247 or 1681669. OLE color: 1681669.

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

Color convert

RGB516925-
CMYK0.9700.850.34
HSL127.32º94.25%34.12%-
HSV(B)127.32º97.04%66.27%-
XYZ14.4328.485.66-
YUV103.5583.6757.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.51%
GREEN value IS 169 (66.41% from 255) = 84.92%
BLUE value IS 25 (10.16% from 255) = 12.56%
R=2.51%
G=84.92%
B=12.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5169250.9700.850.34127.3294.2534.12
Hex5A91961055227f5e22
Octal52513114101254217713642
Binary101101010011100111000010101010110001011111111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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