Html Css Color HEX #048D10 Islamic Green

📋 copy color: '#048D10'

red 4 ◦ green 141 ◦ blue 16

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

Shades of Islamic Green #048D10

Tints of Islamic Green #048D10

RGB

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

 GREEN value IS 141 (55.47% from 255) = 87.58%

 BLUE value IS 16 (6.64% from 255) = 9.94%

R = 2.48%
G = 87.58%
B = 9.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#048D10 (or 0x048D10) is known color: Islamic Green. HEX triplet: 04, 8D and 10. RGB value is (4,141,16). Sum of RGB (Red+Green+Blue) = 4+141+16=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 141 (55.47% from 255 or 87.58% from 161); Blue value is 16 (6.64% from 255 or 9.94% from 161); Max value from RGB is 141 - color contains mainly: green. Hex color #048D10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048D10 is #FB72EF. Grayscale: #565656. Windows color (decimal): -16478960 or 1084676. OLE color: 1084676.

HSL color Cylindrical-coordinate representation of color #048D10: hue angle of 125.26º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D10 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 141 16 -
CMYK 0.97 0 0.89 0.45
HSL 125.26º 0.94% 0.28% -
HSV(B) 125.26º 0.97% 0.55% -
XYZ 9.67 19.11 3.67 -
YUV 85.79 88.61 69.66 -
System Red Green Blue C M Y K H S L
Decimal 4 141 16 0.97 0 0.89 0.45 125.26 0.94 0.28
Hex 4 8D 10 61 0 59 2D 7D 5E 1C
Octal 4 215 20 141 0 131 55 175 136 34
Binary 100 10001101 10000 1100001 0 1011001 101101 1111101 1011110 11100

Color Harmonies of #048D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D10

Black with #048D10

Text Example


Text Example

White with #048D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048D10; }

 p { color: rgb(4,141,16); }

 H1.HeaderClassName
 {
   color: #048D10;
 }
 .AnyTagClassName
 {
   color: #048D10;
 }
</style>

background-color css

<style>
 a { background-color: #048D10; }

 a { background-color: rgb(4,141,16); }

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

border-color css

<style>
 span { border-color: #048D10; }

 span { border-color: rgb(4,141,16); }

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