#14A301

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

Shades of Islamic Green #14A301

Tints of Islamic Green #14A301

Color information

#14A301 (or 0x14A301) is unknown color: approx Islamic Green. HEX triplet: 14, A3 and 01. RGB value is (20,163,1). Sum of RGB (Red+Green+Blue) = 20+163+1=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 163 (64.06% from 255 or 88.59% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 163 - color contains mainly: green. Hex color #14A301 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A301 is #EB5CFE. Grayscale: #666666. Windows color (decimal): -15424767 or 107284. OLE color: 107284.

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

Color convert

RGB201631-
CMYK0.8800.990.36
HSL112.96º98.78%32.16%-
HSV(B)112.96º99.39%63.92%-
XYZ13.3926.354.41-
YUV101.7871.1269.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.87%
GREEN value IS 163 (64.06% from 255) = 88.59%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=10.87%
G=88.59%
B=0.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2016310.8800.990.36112.9698.7832.16
Hex14A315806324716320
Octal24243113001434416114340
Binary1010010100011110110000110001110010011100011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,163,1); }

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

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

 a { background-color: rgb(20,163,1); }

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

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

 span { border-color: rgb(20,163,1); }

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