#05901A

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

Shades of Islamic Green #05901A

Tints of Islamic Green #05901A

Color information

#05901A (or 0x05901A) is unknown color: approx Islamic Green. HEX triplet: 05, 90 and 1A. RGB value is (5,144,26). Sum of RGB (Red+Green+Blue) = 5+144+26=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 144 (56.64% from 255 or 82.29% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 144 - color contains mainly: green. Hex color #05901A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05901A is #FA6FE5. Grayscale: #595959. Windows color (decimal): -16412646 or 1740805. OLE color: 1740805.

HSL color Cylindrical-coordinate representation of color #05901A: hue angle of 129.06º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05901A is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB514426-
CMYK0.9700.820.44
HSL129.06º93.29%29.22%-
HSV(B)129.06º96.53%56.47%-
XYZ10.2220.054.31-
YUV88.9992.4568.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 144 (56.64% from 255) = 82.29%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=2.86%
G=82.29%
B=14.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5144260.9700.820.44129.0693.2929.22
Hex5901A610522C815d1d
Octal52203214101225420113535
Binary101100100001101011000010101001010110010000001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05901A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05901A; }

 p { color: rgb(5,144,26); }

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

<style>
 a { background-color: #05901A; }

 a { background-color: rgb(5,144,26); }

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

<style>
 span { border-color: #05901A; }

 span { border-color: rgb(5,144,26); }

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