#149209

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

Shades of Islamic Green #149209

Tints of Islamic Green #149209

Color information

#149209 (or 0x149209) is unknown color: approx Islamic Green. HEX triplet: 14, 92 and 09. RGB value is (20,146,9). Sum of RGB (Red+Green+Blue) = 20+146+9=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 146 (57.42% from 255 or 83.43% from 175); Blue value is 9 (3.91% from 255 or 5.14% from 175); Max value from RGB is 146 - color contains mainly: green. Hex color #149209 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149209 is #EB6DF6. Grayscale: #5D5D5D. Windows color (decimal): -15429111 or 627220. OLE color: 627220.

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

Color convert

RGB201469-
CMYK0.8600.940.43
HSL115.18º88.39%30.39%-
HSV(B)115.18º93.84%57.25%-
XYZ10.6220.733.7-
YUV92.7180.7676.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 146 (57.42% from 255) = 83.43%
BLUE value IS 9 (3.91% from 255) = 5.14%
R=11.43%
G=83.43%
B=5.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2014690.8600.940.43115.1888.3930.39
Hex149295605E2B73581e
Octal242221112601365316313036
Binary101001001001010011010110010111101010111110011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149209; }

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

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

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

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

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

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

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

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