#049E12

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

Shades of Islamic Green #049E12

Tints of Islamic Green #049E12

Color information

#049E12 (or 0x049E12) is unknown color: approx Islamic Green. HEX triplet: 04, 9E and 12. RGB value is (4,158,18). Sum of RGB (Red+Green+Blue) = 4+158+18=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 158 (62.11% from 255 or 87.78% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 158 - color contains mainly: green. Hex color #049E12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #049E12 is #FB61ED. Grayscale: #606060. Windows color (decimal): -16474606 or 1220100. OLE color: 1220100.

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

Color convert

RGB415818-
CMYK0.9700.890.38
HSL125.45º95.06%31.76%-
HSV(B)125.45º97.47%61.96%-
XYZ12.3924.524.65-
YUV95.9983.9862.38-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.22%
GREEN value IS 158 (62.11% from 255) = 87.78%
BLUE value IS 18 (7.42% from 255) = 10%
R=2.22%
G=87.78%
B=10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4158180.9700.890.38125.4595.0631.76
Hex49E1261059267d5f20
Octal42362214101314617513740
Binary100100111101001011000010101100110011011111011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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