#14BA13

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

Shades of Islamic Green #14BA13

Tints of Islamic Green #14BA13

Color information

#14BA13 (or 0x14BA13) is unknown color: approx Islamic Green. HEX triplet: 14, BA and 13. RGB value is (20,186,19). Sum of RGB (Red+Green+Blue) = 20+186+19=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BA13 is #EB45EC. Grayscale: #757575. Windows color (decimal): -15418861 or 1292820. OLE color: 1292820.

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

Color convert

RGB2018619-
CMYK0.8900.900.27
HSL119.64º81.46%40.2%-
HSV(B)119.64º89.78%72.94%-
XYZ17.9635.316.49-
YUV117.3372.558.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 186 (73.05% from 255) = 82.67%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=8.89%
G=82.67%
B=8.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20186190.8900.900.27119.6481.4640.2
Hex14BA135905A1B785128
Octal242722313101323317012150
Binary1010010111010100111011001010110101101111110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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