#14A50C

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

Shades of Islamic Green #14A50C

Tints of Islamic Green #14A50C

Color information

#14A50C (or 0x14A50C) is unknown color: approx Islamic Green. HEX triplet: 14, A5 and 0C. RGB value is (20,165,12). Sum of RGB (Red+Green+Blue) = 20+165+12=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 165 (64.84% from 255 or 83.76% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 165 - color contains mainly: green. Hex color #14A50C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A50C is #EB5AF3. Grayscale: #686868. Windows color (decimal): -15424244 or 828692. OLE color: 828692.

HSL color Cylindrical-coordinate representation of color #14A50C: hue angle of 116.86º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14A50C is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB2016512-
CMYK0.8800.930.35
HSL116.86º86.44%34.71%-
HSV(B)116.86º92.73%64.71%-
XYZ13.8127.094.85-
YUV104.275.9667.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 165 (64.84% from 255) = 83.76%
BLUE value IS 12 (5.08% from 255) = 6.09%
R=10.15%
G=83.76%
B=6.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20165120.8800.930.35116.8686.4434.71
Hex14A5C5805D23755623
Octal242451413001354316512643
Binary1010010100101110010110000101110110001111101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,165,12); }

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

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

 a { background-color: rgb(20,165,12); }

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

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

 span { border-color: rgb(20,165,12); }

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