#14B20B

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

Shades of Islamic Green #14B20B

Tints of Islamic Green #14B20B

Color information

#14B20B (or 0x14B20B) is unknown color: approx Islamic Green. HEX triplet: 14, B2 and 0B. RGB value is (20,178,11). Sum of RGB (Red+Green+Blue) = 20+178+11=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 178 (69.92% from 255 or 85.17% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 178 - color contains mainly: green. Hex color #14B20B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14B20B is #EB4DF4. Grayscale: #707070. Windows color (decimal): -15420917 or 766484. OLE color: 766484.

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

Color convert

RGB2017811-
CMYK0.8900.940.30
HSL116.77º88.36%37.06%-
HSV(B)116.77º93.82%69.8%-
XYZ16.2732.015.64-
YUV111.7271.1562.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 178 (69.92% from 255) = 85.17%
BLUE value IS 11 (4.69% from 255) = 5.26%
R=9.57%
G=85.17%
B=5.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal20178110.8900.940.30116.7788.3637.06
Hex14B2B5905E1E755825
Octal242621313101363616513045
Binary101001011001010111011001010111101111011101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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