#148F05

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

Shades of Islamic Green #148F05

Tints of Islamic Green #148F05

Color information

#148F05 (or 0x148F05) is unknown color: approx Islamic Green. HEX triplet: 14, 8F and 05. RGB value is (20,143,5). Sum of RGB (Red+Green+Blue) = 20+143+5=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 143 (56.25% from 255 or 85.12% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 143 - color contains mainly: green. Hex color #148F05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148F05 is #EB70FA. Grayscale: #5A5A5A. Windows color (decimal): -15429883 or 364308. OLE color: 364308.

HSL color Cylindrical-coordinate representation of color #148F05: hue angle of 113.48º degrees, saturation: 0.93, 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 #148F05 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB201435-
CMYK0.8600.970.44
HSL113.48º93.24%29.02%-
HSV(B)113.48º96.5%56.08%-
XYZ10.1419.83.43-
YUV90.4979.7577.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 143 (56.25% from 255) = 85.12%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=11.90%
G=85.12%
B=2.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2014350.8600.970.44113.4893.2429.02
Hex148F5560612C715d1d
Octal24217512601415416113535
Binary10100100011111011010110011000011011001110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #148F05; }

 p { color: rgb(20,143,5); }

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

<style>
 a { background-color: #148F05; }

 a { background-color: rgb(20,143,5); }

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

<style>
 span { border-color: #148F05; }

 span { border-color: rgb(20,143,5); }

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