#14C00D

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

Shades of Islamic Green #14C00D

Tints of Islamic Green #14C00D

Color information

#14C00D (or 0x14C00D) is unknown color: approx Islamic Green. HEX triplet: 14, C0 and 0D. RGB value is (20,192,13). Sum of RGB (Red+Green+Blue) = 20+192+13=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 192 (75.39% from 255 or 85.33% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 192 - color contains mainly: green. Hex color #14C00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C00D is #EB3FF2. Grayscale: #787878. Windows color (decimal): -15417331 or 901140. OLE color: 901140.

HSL color Cylindrical-coordinate representation of color #14C00D: hue angle of 117.65º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14C00D is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB2019213-
CMYK0.9000.930.25
HSL117.65º87.32%40.2%-
HSV(B)117.65º93.23%75.29%-
XYZ19.2137.886.68-
YUV120.1767.5256.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 192 (75.39% from 255) = 85.33%
BLUE value IS 13 (5.47% from 255) = 5.78%
R=8.89%
G=85.33%
B=5.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20192130.9000.930.25117.6587.3240.2
Hex14C0D5A05D19765728
Octal243001513201353116612750
Binary101001100000011011011010010111011100111101101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,192,13); }

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

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

 a { background-color: rgb(20,192,13); }

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

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

 span { border-color: rgb(20,192,13); }

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