#14B912

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

Shades of Islamic Green #14B912

Tints of Islamic Green #14B912

Color information

#14B912 (or 0x14B912) is unknown color: approx Islamic Green. HEX triplet: 14, B9 and 12. RGB value is (20,185,18). Sum of RGB (Red+Green+Blue) = 20+185+18=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 185 (72.66% from 255 or 82.96% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 185 - color contains mainly: green. Hex color #14B912 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B912 is #EB46ED. Grayscale: #757575. Windows color (decimal): -15419118 or 1227028. OLE color: 1227028.

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

Color convert

RGB2018518-
CMYK0.8900.900.27
HSL119.28º82.27%39.8%-
HSV(B)119.28º90.27%72.55%-
XYZ17.7534.896.37-
YUV116.6372.3459.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 185 (72.66% from 255) = 82.96%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=8.97%
G=82.96%
B=8.07%

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
Decimal20185180.8900.900.27119.2882.2739.8
Hex14B9125905A1B775228
Octal242712213101323316712250
Binary1010010111001100101011001010110101101111101111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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