#049D0A

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

Shades of Islamic Green #049D0A

Tints of Islamic Green #049D0A

Color information

#049D0A (or 0x049D0A) is unknown color: approx Islamic Green. HEX triplet: 04, 9D and 0A. RGB value is (4,157,10). Sum of RGB (Red+Green+Blue) = 4+157+10=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 157 (61.72% from 255 or 91.81% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 157 - color contains mainly: green. Hex color #049D0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049D0A is #FB62F5. Grayscale: #5E5E5E. Windows color (decimal): -16474870 or 695556. OLE color: 695556.

HSL color Cylindrical-coordinate representation of color #049D0A: hue angle of 122.35º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049D0A is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB415710-
CMYK0.9700.940.38
HSL122.35º95.03%31.57%-
HSV(B)122.35º97.45%61.57%-
XYZ12.1624.164.31-
YUV94.4980.3163.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.34%
GREEN value IS 157 (61.72% from 255) = 91.81%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=2.34%
G=91.81%
B=5.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4157100.9700.940.38122.3595.0331.57
Hex49DA6105E267a5f20
Octal42351214101364617213740
Binary10010011101101011000010101111010011011110101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049D0A; }

 p { color: rgb(4,157,10); }

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

<style>
 a { background-color: #049D0A; }

 a { background-color: rgb(4,157,10); }

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

<style>
 span { border-color: #049D0A; }

 span { border-color: rgb(4,157,10); }

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