#14B611

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

Shades of Islamic Green #14B611

Tints of Islamic Green #14B611

Color information

#14B611 (or 0x14B611) is unknown color: approx Islamic Green. HEX triplet: 14, B6 and 11. RGB value is (20,182,17). Sum of RGB (Red+Green+Blue) = 20+182+17=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 182 (71.48% from 255 or 83.11% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 182 - color contains mainly: green. Hex color #14B611 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B611 is #EB49EE. Grayscale: #737373. Windows color (decimal): -15419887 or 1160724. OLE color: 1160724.

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

Color convert

RGB2018217-
CMYK0.8900.910.29
HSL118.91º82.91%39.02%-
HSV(B)118.91º90.66%71.37%-
XYZ17.1233.656.12-
YUV114.7572.8360.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 182 (71.48% from 255) = 83.11%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=9.13%
G=83.11%
B=7.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20182170.8900.910.29118.9182.9139.02
Hex14B6115905B1D775327
Octal242662113101333516712347
Binary1010010110110100011011001010110111110111101111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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