#14B403

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

Shades of Islamic Green #14B403

Tints of Islamic Green #14B403

Color information

#14B403 (or 0x14B403) is unknown color: approx Islamic Green. HEX triplet: 14, B4 and 03. RGB value is (20,180,3). Sum of RGB (Red+Green+Blue) = 20+180+3=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 180 (70.70% from 255 or 88.67% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 180 - color contains mainly: green. Hex color #14B403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B403 is #EB4BFC. Grayscale: #707070. Windows color (decimal): -15420413 or 242708. OLE color: 242708.

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

Color convert

RGB201803-
CMYK0.8900.980.29
HSL114.24º96.72%35.88%-
HSV(B)114.24º98.33%70.59%-
XYZ16.6332.85.54-
YUV111.9866.4962.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 180 (70.70% from 255) = 88.67%
BLUE value IS 3 (1.56% from 255) = 1.48%
R=9.85%
G=88.67%
B=1.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2018030.8900.980.29114.2496.7235.88
Hex14B43590621D726124
Octal24264313101423516214144
Binary1010010110100111011001011000101110111100101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,180,3); }

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

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

 a { background-color: rgb(20,180,3); }

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

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

 span { border-color: rgb(20,180,3); }

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