#049E0A

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

Shades of Islamic Green #049E0A

Tints of Islamic Green #049E0A

Color information

#049E0A (or 0x049E0A) is unknown color: approx Islamic Green. HEX triplet: 04, 9E and 0A. RGB value is (4,158,10). Sum of RGB (Red+Green+Blue) = 4+158+10=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 158 (62.11% from 255 or 91.86% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 158 - color contains mainly: green. Hex color #049E0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049E0A is #FB61F5. Grayscale: #5F5F5F. Windows color (decimal): -16474614 or 695812. OLE color: 695812.

HSL color Cylindrical-coordinate representation of color #049E0A: hue angle of 122.34º 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 #049E0A is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB415810-
CMYK0.9700.940.38
HSL122.34º95.06%31.76%-
HSV(B)122.34º97.47%61.96%-
XYZ12.3324.54.37-
YUV95.0879.9863.03-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.33%
GREEN value IS 158 (62.11% from 255) = 91.86%
BLUE value IS 10 (4.30% from 255) = 5.81%
R=2.33%
G=91.86%
B=5.81%

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
Decimal4158100.9700.940.38122.3495.0631.76
Hex49EA6105E267a5f20
Octal42361214101364617213740
Binary10010011110101011000010101111010011011110101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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