Html Css Color HEX #04940E Islamic Green

📋 copy color: '#04940E'

red 4 ◦ green 148 ◦ blue 14

#04940E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #04940E

Tints of Islamic Green #04940E

RGB

 RED value IS 4 (1.95% from 255) = 2.41%

 GREEN value IS 148 (58.2% 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 value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#04940E (or 0x04940E) is known color: 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

RGB 4 148 14 -
CMYK 0.97 0 0.91 0.42
HSL 124.17º 0.95% 0.3% -
HSV(B) 124.17º 0.97% 0.58% -
XYZ 10.72 21.24 3.95 -
YUV 89.67 85.29 66.9 -
System Red Green Blue C M Y K H S L
Decimal 4 148 14 0.97 0 0.91 0.42 124.17 0.95 0.3
Hex 4 94 E 61 0 5B 2A 7C 5F 1E
Octal 4 224 16 141 0 133 52 174 137 36
Binary 100 10010100 1110 1100001 0 1011011 101010 1111100 1011111 11110

Color Harmonies of #04940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04940E

Black with #04940E

Text Example


Text Example

White with #04940E

Text Example


Text Example

HTML Codes & Css Web 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>