#14B201

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

Shades of Islamic Green #14B201

Tints of Islamic Green #14B201

Color information

#14B201 (or 0x14B201) is unknown color: approx Islamic Green. HEX triplet: 14, B2 and 01. RGB value is (20,178,1). Sum of RGB (Red+Green+Blue) = 20+178+1=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 178 (69.92% from 255 or 89.45% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 178 - color contains mainly: green. Hex color #14B201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14B201 is #EB4DFE. Grayscale: #6F6F6F. Windows color (decimal): -15420927 or 111124. OLE color: 111124.

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

Color convert

RGB201781-
CMYK0.8900.990.30
HSL113.56º98.88%35.1%-
HSV(B)113.56º99.44%69.8%-
XYZ16.2131.995.35-
YUV110.5866.1563.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 178 (69.92% from 255) = 89.45%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=10.05%
G=89.45%
B=0.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal2017810.8900.990.30113.5698.8835.1
Hex14B21590631E726323
Octal24262113101433616214343
Binary101001011001011011001011000111111011100101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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