#14C306

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

Shades of Islamic Green #14C306

Tints of Islamic Green #14C306

Color information

#14C306 (or 0x14C306) is unknown color: approx Islamic Green. HEX triplet: 14, C3 and 06. RGB value is (20,195,6). Sum of RGB (Red+Green+Blue) = 20+195+6=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 195 (76.56% from 255 or 88.24% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 195 - color contains mainly: green. Hex color #14C306 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C306 is #EB3CF9. Grayscale: #797979. Windows color (decimal): -15416570 or 443156. OLE color: 443156.

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

Color convert

RGB201956-
CMYK0.9000.970.24
HSL115.56º94.03%39.41%-
HSV(B)115.56º96.92%76.47%-
XYZ19.8439.196.69-
YUV121.1363.0255.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 195 (76.56% from 255) = 88.24%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=9.05%
G=88.24%
B=2.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2019560.9000.970.24115.5694.0339.41
Hex14C365A06118745e27
Octal24303613201413016413647
Binary10100110000111101011010011000011100011101001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,195,6); }

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

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

 a { background-color: rgb(20,195,6); }

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

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

 span { border-color: rgb(20,195,6); }

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