#14B50E

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

Shades of Islamic Green #14B50E

Tints of Islamic Green #14B50E

Color information

#14B50E (or 0x14B50E) is unknown color: approx Islamic Green. HEX triplet: 14, B5 and 0E. RGB value is (20,181,14). Sum of RGB (Red+Green+Blue) = 20+181+14=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 181 (71.09% from 255 or 84.19% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 181 - color contains mainly: green. Hex color #14B50E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B50E is #EB4AF1. Grayscale: #727272. Windows color (decimal): -15420146 or 963860. OLE color: 963860.

HSL color Cylindrical-coordinate representation of color #14B50E: hue angle of 117.84º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14B50E is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB2018114-
CMYK0.8900.920.29
HSL117.84º85.64%38.24%-
HSV(B)117.84º92.27%70.98%-
XYZ16.8933.235.94-
YUV113.8271.6661.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 181 (71.09% from 255) = 84.19%
BLUE value IS 14 (5.86% from 255) = 6.51%
R=9.30%
G=84.19%
B=6.51%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20181140.8900.920.29117.8485.6438.24
Hex14B5E5905C1D765626
Octal242651613101343516612646
Binary101001011010111101011001010111001110111101101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14B50E; }

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

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

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

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

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

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

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

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