#148D08

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

Shades of Islamic Green #148D08

Tints of Islamic Green #148D08

Color information

#148D08 (or 0x148D08) is unknown color: approx Islamic Green. HEX triplet: 14, 8D and 08. RGB value is (20,141,8). Sum of RGB (Red+Green+Blue) = 20+141+8=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 141 (55.47% from 255 or 83.43% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 141 - color contains mainly: green. Hex color #148D08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148D08 is #EB72F7. Grayscale: #5A5A5A. Windows color (decimal): -15430392 or 560404. OLE color: 560404.

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

Color convert

RGB201418-
CMYK0.8600.940.45
HSL114.59º89.26%29.22%-
HSV(B)114.59º94.33%55.29%-
XYZ9.8619.223.42-
YUV89.6681.9178.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 141 (55.47% from 255) = 83.43%
BLUE value IS 8 (3.52% from 255) = 4.73%
R=11.83%
G=83.43%
B=4.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2014180.8600.940.45114.5989.2629.22
Hex148D85605E2D73591d
Octal242151012601365516313135
Binary101001000110110001010110010111101011011110011101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,141,8); }

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

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

 a { background-color: rgb(20,141,8); }

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

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

 span { border-color: rgb(20,141,8); }

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