#14B612

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

Shades of Islamic Green #14B612

Tints of Islamic Green #14B612

Color information

#14B612 (or 0x14B612) is unknown color: approx Islamic Green. HEX triplet: 14, B6 and 12. RGB value is (20,182,18). Sum of RGB (Red+Green+Blue) = 20+182+18=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 182 (71.48% from 255 or 82.73% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 182 - color contains mainly: green. Hex color #14B612 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B612 is #EB49ED. Grayscale: #737373. Windows color (decimal): -15419886 or 1226260. OLE color: 1226260.

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

Color convert

RGB2018218-
CMYK0.8900.900.29
HSL119.27º82%39.22%-
HSV(B)119.27º90.11%71.37%-
XYZ17.1333.656.16-
YUV114.8773.3360.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.09%
GREEN value IS 182 (71.48% from 255) = 82.73%
BLUE value IS 18 (7.42% from 255) = 8.18%
R=9.09%
G=82.73%
B=8.18%

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
Decimal20182180.8900.900.29119.278239.22
Hex14B6125905A1D775227
Octal242662213101323516712247
Binary1010010110110100101011001010110101110111101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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