#05940A

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

Shades of Islamic Green #05940A

Tints of Islamic Green #05940A

Color information

#05940A (or 0x05940A) is unknown color: approx Islamic Green. HEX triplet: 05, 94 and 0A. RGB value is (5,148,10). Sum of RGB (Red+Green+Blue) = 5+148+10=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 148 (58.20% from 255 or 90.80% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 148 - color contains mainly: green. Hex color #05940A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05940A is #FA6BF5. Grayscale: #595959. Windows color (decimal): -16411638 or 693253. OLE color: 693253.

HSL color Cylindrical-coordinate representation of color #05940A: hue angle of 122.1º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05940A is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB514810-
CMYK0.9700.930.42
HSL122.1º93.46%30%-
HSV(B)122.1º96.62%58.04%-
XYZ10.7121.233.82-
YUV89.5183.1267.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 148 (58.20% from 255) = 90.80%
BLUE value IS 10 (4.30% from 255) = 6.13%
R=3.07%
G=90.80%
B=6.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5148100.9700.930.42122.193.4630
Hex594A6105D2A7a5d1e
Octal52241214101355217213536
Binary1011001010010101100001010111011010101111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05940A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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