Html Css Color HEX #048E0A Islamic Green

📋 copy color: '#048E0A'

red 4 ◦ green 142 ◦ blue 10

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

Shades of Islamic Green #048E0A

Tints of Islamic Green #048E0A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 91.03%

 BLUE value IS 10 (4.3% from 255) = 6.41%

R = 2.56%
G = 91.03%
B = 6.41%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.44

RGB Variations

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

Color information

#048E0A (or 0x048E0A) is known color: Islamic Green. HEX triplet: 04, 8E and 0A. RGB value is (4,142,10). Sum of RGB (Red+Green+Blue) = 4+142+10=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 142 (55.86% from 255 or 91.03% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 142 - color contains mainly: green. Hex color #048E0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048E0A is #FB71F5. Grayscale: #565656. Windows color (decimal): -16478710 or 691716. OLE color: 691716.

HSL color Cylindrical-coordinate representation of color #048E0A: hue angle of 122.61º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048E0A is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 142 10 -
CMYK 0.97 0 0.93 0.44
HSL 122.61º 0.95% 0.29% -
HSV(B) 122.61º 0.97% 0.56% -
XYZ 9.78 19.39 3.52 -
YUV 85.69 85.28 69.73 -
System Red Green Blue C M Y K H S L
Decimal 4 142 10 0.97 0 0.93 0.44 122.61 0.95 0.29
Hex 4 8E A 61 0 5D 2C 7B 5F 1D
Octal 4 216 12 141 0 135 54 173 137 35
Binary 100 10001110 1010 1100001 0 1011101 101100 1111011 1011111 11101

Color Harmonies of #048E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048E0A

Black with #048E0A

Text Example


Text Example

White with #048E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,142,10); }

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

background-color css

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

 a { background-color: rgb(4,142,10); }

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

border-color css

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

 span { border-color: rgb(4,142,10); }

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