#14C108

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

Shades of Islamic Green #14C108

Tints of Islamic Green #14C108

Color information

#14C108 (or 0x14C108) is unknown color: approx Islamic Green. HEX triplet: 14, C1 and 08. RGB value is (20,193,8). Sum of RGB (Red+Green+Blue) = 20+193+8=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 193 (75.78% from 255 or 87.33% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 193 - color contains mainly: green. Hex color #14C108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C108 is #EB3EF7. Grayscale: #787878. Windows color (decimal): -15417080 or 573716. OLE color: 573716.

HSL color Cylindrical-coordinate representation of color #14C108: hue angle of 116.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14C108 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB201938-
CMYK0.9000.960.24
HSL116.11º92.04%39.41%-
HSV(B)116.11º95.85%75.69%-
XYZ19.438.316.6-
YUV120.1864.6956.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 193 (75.78% from 255) = 87.33%
BLUE value IS 8 (3.52% from 255) = 3.62%
R=9.05%
G=87.33%
B=3.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2019380.9000.960.24116.1192.0439.41
Hex14C185A06018745c27
Octal243011013201403016413447
Binary101001100000110001011010011000001100011101001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,193,8); }

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

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

 a { background-color: rgb(20,193,8); }

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

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

 span { border-color: rgb(20,193,8); }

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