#14BA0B

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

Shades of Islamic Green #14BA0B

Tints of Islamic Green #14BA0B

Color information

#14BA0B (or 0x14BA0B) is unknown color: approx Islamic Green. HEX triplet: 14, BA and 0B. RGB value is (20,186,11). Sum of RGB (Red+Green+Blue) = 20+186+11=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 186 (73.05% from 255 or 85.71% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BA0B is #EB45F4. Grayscale: #747474. Windows color (decimal): -15418869 or 768532. OLE color: 768532.

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

Color convert

RGB2018611-
CMYK0.8900.940.27
HSL116.91º88.83%38.63%-
HSV(B)116.91º94.09%72.94%-
XYZ17.9135.296.18-
YUV116.4268.559.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 186 (73.05% from 255) = 85.71%
BLUE value IS 11 (4.69% from 255) = 5.07%
R=9.22%
G=85.71%
B=5.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20186110.8900.940.27116.9188.8338.63
Hex14BAB5905E1B755927
Octal242721313101363316513147
Binary101001011101010111011001010111101101111101011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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