#05A01D

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

Shades of Islamic Green #05A01D

Tints of Islamic Green #05A01D

Color information

#05A01D (or 0x05A01D) is unknown color: approx Islamic Green. HEX triplet: 05, A0 and 1D. RGB value is (5,160,29). Sum of RGB (Red+Green+Blue) = 5+160+29=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 160 (62.89% from 255 or 82.47% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 160 - color contains mainly: green. Hex color #05A01D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A01D is #FA5FE2. Grayscale: #636363. Windows color (decimal): -16408547 or 1941509. OLE color: 1941509.

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

Color convert

RGB516029-
CMYK0.9700.820.37
HSL129.29º93.94%32.35%-
HSV(B)129.29º96.88%62.75%-
XYZ12.8625.265.36-
YUV98.7288.6561.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 160 (62.89% from 255) = 82.47%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=2.58%
G=82.47%
B=14.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5160290.9700.820.37129.2993.9432.35
Hex5A01D6105225815e20
Octal52403514101224520113640
Binary1011010000011101110000101010010100101100000011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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