#05900A

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

Shades of Islamic Green #05900A

Tints of Islamic Green #05900A

Color information

#05900A (or 0x05900A) is unknown color: approx Islamic Green. HEX triplet: 05, 90 and 0A. RGB value is (5,144,10). Sum of RGB (Red+Green+Blue) = 5+144+10=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 144 (56.64% from 255 or 90.57% from 159); Blue value is 10 (4.30% from 255 or 6.29% from 159); Max value from RGB is 144 - color contains mainly: green. Hex color #05900A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05900A is #FA6FF5. Grayscale: #575757. Windows color (decimal): -16412662 or 692229. OLE color: 692229.

HSL color Cylindrical-coordinate representation of color #05900A: hue angle of 122.16º 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 #05900A is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB514410-
CMYK0.9700.930.44
HSL122.16º93.29%29.22%-
HSV(B)122.16º96.53%56.47%-
XYZ10.09203.62-
YUV87.1684.4569.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 144 (56.64% from 255) = 90.57%
BLUE value IS 10 (4.30% from 255) = 6.29%
R=3.14%
G=90.57%
B=6.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5144100.9700.930.44122.1693.2929.22
Hex590A6105D2C7a5d1d
Octal52201214101355417213535
Binary1011001000010101100001010111011011001111010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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