#14B213

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

Shades of Islamic Green #14B213

Tints of Islamic Green #14B213

Color information

#14B213 (or 0x14B213) is unknown color: approx Islamic Green. HEX triplet: 14, B2 and 13. RGB value is (20,178,19). Sum of RGB (Red+Green+Blue) = 20+178+19=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 178 (69.92% from 255 or 82.03% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 178 - color contains mainly: green. Hex color #14B213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14B213 is #EB4DEC. Grayscale: #717171. Windows color (decimal): -15420909 or 1290772. OLE color: 1290772.

HSL color Cylindrical-coordinate representation of color #14B213: hue angle of 119.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B213 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB2017819-
CMYK0.8900.890.30
HSL119.62º80.71%38.63%-
HSV(B)119.62º89.33%69.8%-
XYZ16.3332.045.94-
YUV112.6375.1561.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 178 (69.92% from 255) = 82.03%
BLUE value IS 19 (7.81% from 255) = 8.76%
R=9.22%
G=82.03%
B=8.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal20178190.8900.890.30119.6280.7138.63
Hex14B213590591E785127
Octal242622313101313617012147
Binary1010010110010100111011001010110011111011110001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,178,19); }

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

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

 a { background-color: rgb(20,178,19); }

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

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

 span { border-color: rgb(20,178,19); }

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