#048E16

Color #048E16 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #048E16

Tints of Islamic Green #048E16

Color information

#048E16 (or 0x048E16) is unknown color: approx Islamic Green. HEX triplet: 04, 8E and 16. RGB value is (4,142,22). Sum of RGB (Red+Green+Blue) = 4+142+22=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 142 (55.86% from 255 or 84.52% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 142 - color contains mainly: green. Hex color #048E16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048E16 is #FB71E9. Grayscale: #575757. Windows color (decimal): -16478698 or 1478148. OLE color: 1478148.

HSL color Cylindrical-coordinate representation of color #048E16: hue angle of 127.83º 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 #048E16 is Cyan = 0.97, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB414222-
CMYK0.9700.850.44
HSL127.83º94.52%28.63%-
HSV(B)127.83º97.18%55.69%-
XYZ9.8719.433.99-
YUV87.0691.2868.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.38%
GREEN value IS 142 (55.86% from 255) = 84.52%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=2.38%
G=84.52%
B=13.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4142220.9700.850.44127.8394.5228.63
Hex48E16610552C805f1d
Octal42162614101255420013735
Binary100100011101011011000010101010110110010000000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #048E16;
 }
 .AnyTagClassName
 {
   color: #048E16;
 }
</style>
background-color css

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

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

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

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

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

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