#14920C

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

Shades of Islamic Green #14920C

Tints of Islamic Green #14920C

Color information

#14920C (or 0x14920C) is unknown color: approx Islamic Green. HEX triplet: 14, 92 and 0C. RGB value is (20,146,12). Sum of RGB (Red+Green+Blue) = 20+146+12=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 146 (57.42% from 255 or 82.02% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 146 - color contains mainly: green. Hex color #14920C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14920C is #EB6DF3. Grayscale: #5D5D5D. Windows color (decimal): -15429108 or 823828. OLE color: 823828.

HSL color Cylindrical-coordinate representation of color #14920C: hue angle of 116.42º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14920C is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB2014612-
CMYK0.8600.920.43
HSL116.42º84.81%30.98%-
HSV(B)116.42º91.78%57.25%-
XYZ10.6320.733.79-
YUV93.0582.2675.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 146 (57.42% from 255) = 82.02%
BLUE value IS 12 (5.08% from 255) = 6.74%
R=11.24%
G=82.02%
B=6.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146120.8600.920.43116.4284.8130.98
Hex1492C5605C2B74551f
Octal242221412601345316412537
Binary101001001001011001010110010111001010111110100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14920C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14920C; }

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

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

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

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

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

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

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

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