#145E3F

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

Shades of Fun Green #145E3F

Tints of Fun Green #145E3F

Color information

#145E3F (or 0x145E3F) is unknown color: approx Fun Green. HEX triplet: 14, 5E and 3F. RGB value is (20,94,63). Sum of RGB (Red+Green+Blue) = 20+94+63=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 94 (37.11% from 255 or 53.11% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 94 - color contains mainly: green. Hex color #145E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145E3F is #EBA1C0. Grayscale: #444444. Windows color (decimal): -15442369 or 4152852. OLE color: 4152852.

HSL color Cylindrical-coordinate representation of color #145E3F: hue angle of 154.86º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #145E3F is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.63.

Color convert

RGB209463-
CMYK0.7900.330.63
HSL154.86º64.91%22.35%-
HSV(B)154.86º78.72%36.86%-
XYZ5.198.516.07-
YUV68.34124.9893.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 94 (37.11% from 255) = 53.11%
BLUE value IS 63 (25% from 255) = 35.59%
R=11.30%
G=53.11%
B=35.59%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2094630.7900.330.63154.8664.9122.35
Hex145E3F4F0213F9b4116
Octal24136771170417723310126
Binary1010010111101111111001111010000111111110011011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145E3F; }

 p { color: rgb(20,94,63); }

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

<style>
 a { background-color: #145E3F; }

 a { background-color: rgb(20,94,63); }

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

<style>
 span { border-color: #145E3F; }

 span { border-color: rgb(20,94,63); }

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