#14AD19

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

Shades of Islamic Green #14AD19

Tints of Islamic Green #14AD19

Color information

#14AD19 (or 0x14AD19) is unknown color: approx Islamic Green. HEX triplet: 14, AD and 19. RGB value is (20,173,25). Sum of RGB (Red+Green+Blue) = 20+173+25=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 173 (67.97% from 255 or 79.36% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AD19 is #EB52E6. Grayscale: #6E6E6E. Windows color (decimal): -15422183 or 1682708. OLE color: 1682708.

HSL color Cylindrical-coordinate representation of color #14AD19: hue angle of 121.96º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD19 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB2017325-
CMYK0.8800.860.32
HSL121.96º79.27%37.84%-
HSV(B)121.96º88.44%67.84%-
XYZ15.4130.115.92-
YUV110.3879.8163.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 173 (67.97% from 255) = 79.36%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=9.17%
G=79.36%
B=11.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal20173250.8800.860.32121.9679.2737.84
Hex14AD1958056207a4f26
Octal242553113001264017211746
Binary10100101011011100110110000101011010000011110101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,173,25); }

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

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

 a { background-color: rgb(20,173,25); }

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

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

 span { border-color: rgb(20,173,25); }

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