#14A211

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

Shades of Islamic Green #14A211

Tints of Islamic Green #14A211

Color information

#14A211 (or 0x14A211) is unknown color: approx Islamic Green. HEX triplet: 14, A2 and 11. RGB value is (20,162,17). Sum of RGB (Red+Green+Blue) = 20+162+17=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 162 (63.67% from 255 or 81.41% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 162 - color contains mainly: green. Hex color #14A211 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A211 is #EB5DEE. Grayscale: #676767. Windows color (decimal): -15425007 or 1155604. OLE color: 1155604.

HSL color Cylindrical-coordinate representation of color #14A211: hue angle of 118.76º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14A211 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB2016217-
CMYK0.8800.900.36
HSL118.76º81.01%35.1%-
HSV(B)118.76º89.51%63.53%-
XYZ13.3126.034.85-
YUV103.0179.4668.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 162 (63.67% from 255) = 81.41%
BLUE value IS 17 (7.03% from 255) = 8.54%
R=10.05%
G=81.41%
B=8.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20162170.8800.900.36118.7681.0135.1
Hex14A2115805A24775123
Octal242422113001324416712143
Binary10100101000101000110110000101101010010011101111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,162,17); }

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

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

 a { background-color: rgb(20,162,17); }

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

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

 span { border-color: rgb(20,162,17); }

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