#04940E

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

Shades of Islamic Green #04940E

Tints of Islamic Green #04940E

Color information

#04940E (or 0x04940E) is unknown color: approx Islamic Green. HEX triplet: 04, 94 and 0E. RGB value is (4,148,14). Sum of RGB (Red+Green+Blue) = 4+148+14=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 148 (58.20% from 255 or 89.16% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 148 - color contains mainly: green. Hex color #04940E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04940E is #FB6BF1. Grayscale: #5A5A5A. Windows color (decimal): -16477170 or 955396. OLE color: 955396.

HSL color Cylindrical-coordinate representation of color #04940E: hue angle of 124.17º degrees, saturation: 0.95, 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 #04940E is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB414814-
CMYK0.9700.910.42
HSL124.17º94.74%29.8%-
HSV(B)124.17º97.3%58.04%-
XYZ10.7221.243.95-
YUV89.6785.2966.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 148 (58.20% from 255) = 89.16%
BLUE value IS 14 (5.86% from 255) = 8.43%
R=2.41%
G=89.16%
B=8.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4148140.9700.910.42124.1794.7429.8
Hex494E6105B2A7c5f1e
Octal42241614101335217413736
Binary1001001010011101100001010110111010101111100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04940E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04940E; }

 p { color: rgb(4,148,14); }

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

<style>
 a { background-color: #04940E; }

 a { background-color: rgb(4,148,14); }

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

<style>
 span { border-color: #04940E; }

 span { border-color: rgb(4,148,14); }

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