Html Css Color HEX #04980C Islamic Green

📋 copy color: '#04980C'

red 4 ◦ green 152 ◦ blue 12

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

Shades of Islamic Green #04980C

Tints of Islamic Green #04980C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 90.48%

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

R = 2.38%
G = 90.48%
B = 7.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#04980C (or 0x04980C) is known color: Islamic Green. HEX triplet: 04, 98 and 0C. RGB value is (4,152,12). Sum of RGB (Red+Green+Blue) = 4+152+12=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 152 (59.77% from 255 or 90.48% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 152 - color contains mainly: green. Hex color #04980C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #04980C is #FB67F3. Grayscale: #5C5C5C. Windows color (decimal): -16476148 or 825348. OLE color: 825348.

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

Color convert

RGB 4 152 12 -
CMYK 0.97 0 0.92 0.40
HSL 123.24º 0.95% 0.31% -
HSV(B) 123.24º 0.97% 0.6% -
XYZ 11.34 22.51 4.09 -
YUV 91.79 82.97 65.38 -
System Red Green Blue C M Y K H S L
Decimal 4 152 12 0.97 0 0.92 0.40 123.24 0.95 0.31
Hex 4 98 C 61 0 5C 28 7B 5F 1F
Octal 4 230 14 141 0 134 50 173 137 37
Binary 100 10011000 1100 1100001 0 1011100 101000 1111011 1011111 11111

Color Harmonies of #04980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04980C

Black with #04980C

Text Example


Text Example

White with #04980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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