#14693A

Color #14693A Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #14693A

Tints of Fun Green #14693A

Color information

#14693A (or 0x14693A) is unknown color: approx Fun Green. HEX triplet: 14, 69 and 3A. RGB value is (20,105,58). Sum of RGB (Red+Green+Blue) = 20+105+58=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 105 (41.41% from 255 or 57.38% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 105 - color contains mainly: green. Hex color #14693A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14693A is #EB96C5. Grayscale: #4A4A4A. Windows color (decimal): -15439558 or 3827988. OLE color: 3827988.

HSL color Cylindrical-coordinate representation of color #14693A: hue angle of 146.82º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14693A is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB2010558-
CMYK0.8100.450.59
HSL146.82º68%24.51%-
HSV(B)146.82º80.95%41.18%-
XYZ6.110.565.72-
YUV74.23118.8489.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 105 (41.41% from 255) = 57.38%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=10.93%
G=57.38%
B=31.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20105580.8100.450.59146.826824.51
Hex14693A5102D3B934419
Octal24151721210557322310431
Binary1010011010011110101010001010110111101110010011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14693A; }

 p { color: rgb(20,105,58); }

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

<style>
 a { background-color: #14693A; }

 a { background-color: rgb(20,105,58); }

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

<style>
 span { border-color: #14693A; }

 span { border-color: rgb(20,105,58); }

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