Html Css Color HEX #04970C Islamic Green

📋 copy color: '#04970C'

red 4 ◦ green 151 ◦ blue 12

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

Shades of Islamic Green #04970C

Tints of Islamic Green #04970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 90.42%

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

R = 2.4%
G = 90.42%
B = 7.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#04970C (or 0x04970C) is known color: Islamic Green. HEX triplet: 04, 97 and 0C. RGB value is (4,151,12). Sum of RGB (Red+Green+Blue) = 4+151+12=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 151 (59.38% from 255 or 90.42% from 167); Blue value is 12 (5.08% from 255 or 7.19% from 167); Max value from RGB is 151 - color contains mainly: green. Hex color #04970C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04970C is #FB68F3. Grayscale: #5B5B5B. Windows color (decimal): -16476404 or 825092. OLE color: 825092.

HSL color Cylindrical-coordinate representation of color #04970C: hue angle of 123.27º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04970C is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 151 12 -
CMYK 0.97 0 0.92 0.41
HSL 123.27º 0.95% 0.3% -
HSV(B) 123.27º 0.97% 0.59% -
XYZ 11.18 22.19 4.04 -
YUV 91.2 83.3 65.8 -
System Red Green Blue C M Y K H S L
Decimal 4 151 12 0.97 0 0.92 0.41 123.27 0.95 0.3
Hex 4 97 C 61 0 5C 29 7B 5F 1E
Octal 4 227 14 141 0 134 51 173 137 36
Binary 100 10010111 1100 1100001 0 1011100 101001 1111011 1011111 11110

Color Harmonies of #04970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04970C

Black with #04970C

Text Example


Text Example

White with #04970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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