#14B512

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

Shades of Islamic Green #14B512

Tints of Islamic Green #14B512

Color information

#14B512 (or 0x14B512) is unknown color: approx Islamic Green. HEX triplet: 14, B5 and 12. RGB value is (20,181,18). Sum of RGB (Red+Green+Blue) = 20+181+18=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 181 (71.09% from 255 or 82.65% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 181 - color contains mainly: green. Hex color #14B512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B512 is #EB4AED. Grayscale: #727272. Windows color (decimal): -15420142 or 1226004. OLE color: 1226004.

HSL color Cylindrical-coordinate representation of color #14B512: hue angle of 119.26º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14B512 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB2018118-
CMYK0.8900.900.29
HSL119.26º81.91%39.02%-
HSV(B)119.26º90.06%70.98%-
XYZ16.9233.246.1-
YUV114.2873.6660.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 181 (71.09% from 255) = 82.65%
BLUE value IS 18 (7.42% from 255) = 8.22%
R=9.13%
G=82.65%
B=8.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20181180.8900.900.29119.2681.9139.02
Hex14B5125905A1D775227
Octal242652213101323516712247
Binary1010010110101100101011001010110101110111101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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