#14A10A

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

Shades of Islamic Green #14A10A

Tints of Islamic Green #14A10A

Color information

#14A10A (or 0x14A10A) is unknown color: approx Islamic Green. HEX triplet: 14, A1 and 0A. RGB value is (20,161,10). Sum of RGB (Red+Green+Blue) = 20+161+10=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 161 (63.28% from 255 or 84.29% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 161 - color contains mainly: green. Hex color #14A10A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A10A is #EB5EF5. Grayscale: #666666. Windows color (decimal): -15425270 or 696596. OLE color: 696596.

HSL color Cylindrical-coordinate representation of color #14A10A: hue angle of 116.03º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14A10A is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB2016110-
CMYK0.8800.940.37
HSL116.03º88.3%33.53%-
HSV(B)116.03º93.79%63.14%-
XYZ13.0925.664.55-
YUV101.6376.2969.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 161 (63.28% from 255) = 84.29%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=10.47%
G=84.29%
B=5.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal20161100.8800.940.37116.0388.333.53
Hex14A1A5805E25745822
Octal242411213001364516413042
Binary1010010100001101010110000101111010010111101001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,161,10); }

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

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

 a { background-color: rgb(20,161,10); }

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

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

 span { border-color: rgb(20,161,10); }

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