#149E0C

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

Shades of Islamic Green #149E0C

Tints of Islamic Green #149E0C

Color information

#149E0C (or 0x149E0C) is unknown color: approx Islamic Green. HEX triplet: 14, 9E and 0C. RGB value is (20,158,12). Sum of RGB (Red+Green+Blue) = 20+158+12=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 158 (62.11% from 255 or 83.16% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 158 - color contains mainly: green. Hex color #149E0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149E0C is #EB61F3. Grayscale: #646464. Windows color (decimal): -15426036 or 826900. OLE color: 826900.

HSL color Cylindrical-coordinate representation of color #149E0C: hue angle of 116.71º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #149E0C is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB2015812-
CMYK0.8700.920.38
HSL116.71º85.88%33.33%-
HSV(B)116.71º92.41%61.96%-
XYZ12.5824.634.44-
YUV100.0978.2870.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 158 (62.11% from 255) = 83.16%
BLUE value IS 12 (5.08% from 255) = 6.32%
R=10.53%
G=83.16%
B=6.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20158120.8700.920.38116.7185.8833.33
Hex149EC5705C26755621
Octal242361412701344616512641
Binary1010010011110110010101110101110010011011101011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149E0C; }

 p { color: rgb(20,158,12); }

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

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

 a { background-color: rgb(20,158,12); }

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

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

 span { border-color: rgb(20,158,12); }

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