#148F09

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

Shades of Islamic Green #148F09

Tints of Islamic Green #148F09

Color information

#148F09 (or 0x148F09) is unknown color: approx Islamic Green. HEX triplet: 14, 8F and 09. RGB value is (20,143,9). Sum of RGB (Red+Green+Blue) = 20+143+9=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 143 (56.25% from 255 or 83.14% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 143 - color contains mainly: green. Hex color #148F09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148F09 is #EB70F6. Grayscale: #5B5B5B. Windows color (decimal): -15429879 or 626452. OLE color: 626452.

HSL color Cylindrical-coordinate representation of color #148F09: hue angle of 115.07º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #148F09 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB201439-
CMYK0.8600.940.44
HSL115.07º88.16%29.8%-
HSV(B)115.07º93.71%56.08%-
XYZ10.1619.813.55-
YUV90.9581.7577.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.63%
GREEN value IS 143 (56.25% from 255) = 83.14%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=11.63%
G=83.14%
B=5.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2014390.8600.940.44115.0788.1629.8
Hex148F95605E2C73581e
Octal242171112601365416313036
Binary101001000111110011010110010111101011001110011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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