Html Css Color HEX #04940C Islamic Green

📋 copy color: '#04940C'

red 4 ◦ green 148 ◦ blue 12

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

Shades of Islamic Green #04940C

Tints of Islamic Green #04940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 90.24%

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 2.44%
G = 90.24%
B = 7.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#04940C (or 0x04940C) is known color: Islamic Green. HEX triplet: 04, 94 and 0C. RGB value is (4,148,12). Sum of RGB (Red+Green+Blue) = 4+148+12=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 148 (58.20% from 255 or 90.24% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 148 - color contains mainly: green. Hex color #04940C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04940C is #FB6BF3. Grayscale: #595959. Windows color (decimal): -16477172 or 824324. OLE color: 824324.

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

Color convert

RGB 4 148 12 -
CMYK 0.97 0 0.92 0.42
HSL 123.33º 0.95% 0.3% -
HSV(B) 123.33º 0.97% 0.58% -
XYZ 10.71 21.23 3.88 -
YUV 89.44 84.29 67.06 -
System Red Green Blue C M Y K H S L
Decimal 4 148 12 0.97 0 0.92 0.42 123.33 0.95 0.3
Hex 4 94 C 61 0 5C 2A 7B 5F 1E
Octal 4 224 14 141 0 134 52 173 137 36
Binary 100 10010100 1100 1100001 0 1011100 101010 1111011 1011111 11110

Color Harmonies of #04940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04940C

Black with #04940C

Text Example


Text Example

White with #04940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04940C;
 }
 .AnyTagClassName
 {
   color: #04940C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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