#14BB12

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

Shades of Islamic Green #14BB12

Tints of Islamic Green #14BB12

Color information

#14BB12 (or 0x14BB12) is unknown color: approx Islamic Green. HEX triplet: 14, BB and 12. RGB value is (20,187,18). Sum of RGB (Red+Green+Blue) = 20+187+18=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 187 (73.44% from 255 or 83.11% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BB12 is #EB44ED. Grayscale: #767676. Windows color (decimal): -15418606 or 1227540. OLE color: 1227540.

HSL color Cylindrical-coordinate representation of color #14BB12: hue angle of 119.29º degrees, saturation: 0.82, 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 #14BB12 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB2018718-
CMYK0.8900.900.27
HSL119.29º82.44%40.2%-
HSV(B)119.29º90.37%73.33%-
XYZ18.1735.736.51-
YUV117.871.6758.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 187 (73.44% from 255) = 83.11%
BLUE value IS 18 (7.42% from 255) = 8%
R=8.89%
G=83.11%
B=8%

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
Decimal20187180.8900.900.27119.2982.4440.2
Hex14BB125905A1B775228
Octal242732213101323316712250
Binary1010010111011100101011001010110101101111101111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,187,18); }

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

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

 a { background-color: rgb(20,187,18); }

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

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

 span { border-color: rgb(20,187,18); }

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