#149D0E

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

Shades of Islamic Green #149D0E

Tints of Islamic Green #149D0E

Color information

#149D0E (or 0x149D0E) is unknown color: approx Islamic Green. HEX triplet: 14, 9D and 0E. RGB value is (20,157,14). Sum of RGB (Red+Green+Blue) = 20+157+14=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 157 (61.72% from 255 or 82.20% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 157 - color contains mainly: green. Hex color #149D0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149D0E is #EB62F1. Grayscale: #646464. Windows color (decimal): -15426290 or 957716. OLE color: 957716.

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

Color convert

RGB2015714-
CMYK0.8700.910.38
HSL117.48º83.63%33.53%-
HSV(B)117.48º91.08%61.57%-
XYZ12.4224.294.45-
YUV99.7479.6171.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 157 (61.72% from 255) = 82.20%
BLUE value IS 14 (5.86% from 255) = 7.33%
R=10.47%
G=82.20%
B=7.33%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20157140.8700.910.38117.4883.6333.53
Hex149DE5705B26755422
Octal242351612701334616512442
Binary1010010011101111010101110101101110011011101011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,157,14); }

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

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

 a { background-color: rgb(20,157,14); }

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

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

 span { border-color: rgb(20,157,14); }

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